https://github.com/encaik/usuams-server
毕业设计-高校学生会事务管理系统后端
https://github.com/encaik/usuams-server
egg nodejs usuams-server
Last synced: 3 months ago
JSON representation
毕业设计-高校学生会事务管理系统后端
- Host: GitHub
- URL: https://github.com/encaik/usuams-server
- Owner: Encaik
- Created: 2020-01-12T02:57:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T06:46:37.000Z (over 5 years ago)
- Last Synced: 2024-12-28T10:42:56.230Z (5 months ago)
- Topics: egg, nodejs, usuams-server
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usuams-server
## 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