yapi/README.md
System Administrator 85fa54ef0f fix: bug修复
2017-09-14 18:19:13 +08:00

25 lines
1.0 KiB
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## YApi
### 一、平台介绍
![avatar](yapi-base-flow.jpg)
<p style='text-indent:2em;line-height:1.8em'>YApi是<strong>高效</strong><strong>易用</strong><strong>功能强大</strong>的api管理平台旨在为开发、产品、测试人员提供更优雅的接口管理服务。可以帮助开发者轻松创建、发布、维护 APIYApi还为用户提供了优秀的交互体验开发人员只需利用平台提供的接口数据写入工具以及简单的点击操作就可以实现接口的管理。</p>
### 二、为什么使用 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