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,为「乐享校园」项目提供数据接口
- Host: GitHub
- URL: https://github.com/codennnn/love-share-service
- Owner: Codennnn
- License: mit
- Created: 2020-06-28T09:10:09.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-28T09:13:19.000Z (over 5 years ago)
- Last Synced: 2025-08-17T11:03:26.988Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/