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

https://github.com/codennnn/love-share-service

基于 Egg.js 实现 RESTful API,为「乐享校园」项目提供数据接口
https://github.com/codennnn/love-share-service

Last synced: 6 months ago
JSON representation

基于 Egg.js 实现 RESTful API,为「乐享校园」项目提供数据接口

Awesome Lists containing this project

README

          

# [ 乐享校园 ] 服务端

基于 [Egg.js][egg] 开发的服务端 API,[查看 API 文档][api]

🚀 代码优化 ⚡️ 功能优化 🏆 新增功能 🎨 样式调整 🔧 修改配置 🛠️ 修复BUG
🎉 发布版本 ⛔️ 删除文件 ✅ 添加文件 🔔 更新通知 ⚠️ 警告通知 ✔️ 临时提交

### Development

```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```

### Deploy

```bash
$ npm start
$ npm stop
```

### npm scripts

- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.

[egg]: https://eggjs.org
[api]: https://czc12580520.gitbook.io/workspace/