An open API service indexing awesome lists of open source software.

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服务器

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

仅供学习使用