/apidoc

基于swagger-ui和swagger-editor做的在线api管理系统

Primary LanguageJavaScript

APIDOC

基于swagger-ui和swagger-editor做的在线api管理系统

下载

git clone https://github.com/vilien/apidoc.git

安装

npm install

运行

npm start

使用

查看接口文档:http://127.0.0.1:8300/doc

打开swagger-editor:http://127.0.0.1:8300/editor

配置

配置文件位于根目录下config.json

{
  "port": 8300,     // 运行端口
  "apiPath": "api"  // api文档所在目录
}