https://github.com/zzx0106/web2-club
web2-club的api接口
https://github.com/zzx0106/web2-club
egg javascript koa2 mongose nodejs qiniu redis
Last synced: 3 months ago
JSON representation
web2-club的api接口
- Host: GitHub
- URL: https://github.com/zzx0106/web2-club
- Owner: zzx0106
- Created: 2018-11-19T13:53:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T13:56:57.000Z (over 6 years ago)
- Last Synced: 2025-01-17T07:11:02.249Z (5 months ago)
- Topics: egg, javascript, koa2, mongose, nodejs, qiniu, redis
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web2-club
1.0
## QuickStart
see [egg docs][egg] for more detail.
### 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