Go to file
2017-09-14 21:57:11 +08:00
.vscode fix: bug修复 2017-09-14 18:19:13 +08:00
client opti: 把项目成员和项目数据管理两个功能提取出来 2017-09-14 21:57:11 +08:00
common fix: bug修复 2017-09-14 18:19:13 +08:00
doc fix: bug修复 2017-09-14 18:19:13 +08:00
exampleCode fix: bug修复 2017-09-14 18:19:13 +08:00
plugins/yapi-plugin-demo Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-14 18:19:28 +08:00
server opti: 把项目成员和项目数据管理两个功能提取出来 2017-09-14 21:57:11 +08:00
static Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-14 18:19:28 +08:00
.eslintrc.js fix: bug修复 2017-09-14 18:19:13 +08:00
.eslintrc.json fix: bug修复 2017-09-14 18:19:13 +08:00
.gitignore fix: bug修复 2017-09-14 18:19:13 +08:00
config_example.json fix: bug修复 2017-09-14 18:19:13 +08:00
nodemon.json fix: bug修复 2017-09-14 18:19:13 +08:00
npm-shrinkwrap.json Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-14 18:19:28 +08:00
package.json Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-14 18:19:28 +08:00
README.md fix: bug修复 2017-09-14 18:19:13 +08:00
service.sh 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 Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-14 18:19:28 +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