https://github.com/dlyt/ycool_server
YCool后端api服务器
https://github.com/dlyt/ycool_server
koa2 novel restful-api
Last synced: 6 months ago
JSON representation
YCool后端api服务器
- Host: GitHub
- URL: https://github.com/dlyt/ycool_server
- Owner: dlyt
- Created: 2017-03-15T15:07:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T02:11:04.000Z (about 8 years ago)
- Last Synced: 2025-04-23T14:15:07.658Z (6 months ago)
- Topics: koa2, novel, restful-api
- Language: JavaScript
- Homepage: https://github.com/dlyt/YCool
- Size: 344 KB
- Stars: 52
- Watchers: 5
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 简介
基于koa2的api服务器,数据库mongoodb。## 安装
请先确定安装了 mongoodb。
```bash
git clone https://github.com/dlyt/YCool_Server.git
npm install
```## 开发
```bash
npm run dev
```## API文档
```bash
npm run docs
```运行项目后查看: http://localhost:5000/docs/
## License
仅供学习使用