BAT都在使用的开源接口管理平台
介绍 原文地址: https://www.jianshu.com/p/a97d2efb23c5 给大家推荐一个开源接口管理平台YApi,众多互联网大厂都在使用 YApi 的一些客户:百度,阿里巴巴,腾讯,今日头条等 GitHub地址: https://github.com/YMFE/yapi github上有本地安装的教程,因为docker安装比较方便,因此官方推荐了如下docker安装教程,当然docker镜像不是官方做的。建议配置阿里云Docker镜像仓库,下载起来比较快 使用 Docker 构建 YApi 1.启动 MongoDB docker run -d --name mongo-yapi mongo 2.获取 Yapi 镜像,版本信息可在 阿里云镜像仓库 查看 docker pull registry.cn-hangzhou.aliyuncs.com/anoy/yapi 3.初始化 Yapi 数据库索引及管理员账号 docker run -it --rm \ --link mongo-yapi:mongo \ --entrypoint npm \ --workdir /api/vendors \ registry.cn-hangzhou.aliyuncs.com/anoy/yapi \ run install-server 自定义配置文件挂载到目录 /api