Giter Club home page Giter Club logo

startapi's Introduction

关于StartApi

StartApi是一款基于php+mysql的简易接口文档编写生成工具,通过输入主要数据,快捷生成接口文档以供查阅和直接测试

如何部署

  • 首先机器环境需支持php+mysql运行
  • 在mysql中导入startapi.sql文件,创建项目需要表数据及测试数据
  • 在conn.php数据库配置文件中修改数据库连接信息
return array(
	'host' => 'localhost', //数据库地址
	'dbname' => 'startapi', //数据库名
	'user' => 'root', //用户名
	'passwd' => '', //密码
	'port' => '3306'
);

如何使用

  • 1,首先设置接口文档基本信息及域名配置
  • 2,新建接口分类及分类下接口
  • 3,点击发布即生成接口文档api.html,上传到服务器或者直接复制发送都可

一些截图

首页 首页 文档设置 设置 接口更新 接口更新 生成文档 生成文档

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.