Go to file
2017-09-19 14:15:16 +08:00
.vscode fix: bug修复 2017-09-14 18:19:13 +08:00
client Merge branch 'dev' of http://gitlab.corp.qunar.com/mfe/yapi into dev 2017-09-19 14:15:16 +08:00
common fix: 修复mock null bug 和 group_member role bug 2017-09-15 19:58:52 +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 fix: har plugin query params bug 2017-09-15 20:13:45 +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 feat: 支持query path 2017-09-19 13:22:36 +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 feat: 重构数据导入功能 2017-09-15 12:01:17 +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 opti: 关注样式优化 2017-09-15 15:57:34 +08:00
package.json chore: add version num 2017-09-18 07:08:52 +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 feat: 重构数据导入功能 2017-09-15 12:01:17 +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