Go to file
2017-09-29 16:00:22 +08:00
.vscode fix: bug修复 2017-09-14 18:19:13 +08:00
client fix: 完善postman和测试集功能 2017-09-29 16:00:22 +08:00
common feat: add advance-mock 2017-09-17 13:36:51 +08:00
doc fix: bug修复 2017-09-14 18:19:13 +08:00
exampleCode fix: bug修复 2017-09-14 18:19:13 +08:00
exts opti: interface Edit style 2017-09-21 20:47:08 +08:00
server fix: 完善postman和测试集功能 2017-09-29 16:00:22 +08:00
static chore: update static file 2017-09-29 12:16:13 +08:00
.eslintrc.js opti: indent 2 2017-09-28 11:07:50 +08:00
.eslintrc.json feat: add advance-mock 2017-09-17 13:36:51 +08:00
.gitignore opti: 完善插件机制 2017-09-28 20:40:29 +08:00
config_example.json opti: use mongoose useMongoClient option 2017-09-26 13:51:46 +08:00
nodemon.json feat: add advance-mock 2017-09-17 13:36:51 +08:00
package.json opti: npm run server to npm run start 2017-09-26 17:16:50 +08:00
README.md fix: bug修复 2017-09-14 18:19:13 +08:00
yapi-base-flow.jpg fix: bug修复 2017-09-14 18:19:13 +08:00
ydoc.json fix: bug修复 2017-09-14 18:19:13 +08:00
ykit.js fix: plugin-module bug 2017-09-29 12:10:39 +08:00

YApi

一、平台介绍

avatar

YApi是高效易用功能强大的api管理平台旨在为开发、产品、测试人员提供更优雅的接口管理服务。可以帮助开发者轻松创建、发布、维护 APIYApi还为用户提供了优秀的交互体验开发人员只需利用平台提供的接口数据写入工具以及简单的点击操作就可以实现接口的管理。

二、为什么使用 YApi

  1. 基于 Json5 和 Mockjs 定义接口返回数据的结构和文档,效率提升多倍
  2. 扁平化权限设计,即保证了大型企业级项目的管理,又保证了易用性
  3. 不仅有类似postman的接口调试还有强大的测试集功能
  4. 免费开源,内网部署,信息再也不怕泄露了!

三、部署

首先在在服务器安装nodejs, mongodb, npm, git

  1. git clone
  2. npm install
  3. 初次安装需要执行npm run install-server
  4. npm run server