https://github.com/tsui66/egg-graphql-mongoose-example
Example for egg-graphql-mongoose
https://github.com/tsui66/egg-graphql-mongoose-example
Last synced: over 1 year ago
JSON representation
Example for egg-graphql-mongoose
- Host: GitHub
- URL: https://github.com/tsui66/egg-graphql-mongoose-example
- Owner: tsui66
- Created: 2020-05-29T07:59:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T04:12:34.000Z (about 6 years ago)
- Last Synced: 2025-01-30T20:43:58.659Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example
## 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