Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 342 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 342 Bytes

简介

基于koa2的api服务器,数据库mongoodb。

安装

请先确定安装了 mongoodb。

git clone https://github.com/dlyt/YCool_Server.git
npm install

开发

npm run dev

API文档

npm run docs

运行项目后查看: http://localhost:5000/docs/

License

仅供学习使用