https://github.com/zombiqwerty/koa2-starter-kit
Koa 2 server with passport and mongoose
https://github.com/zombiqwerty/koa2-starter-kit
Last synced: about 1 year ago
JSON representation
Koa 2 server with passport and mongoose
- Host: GitHub
- URL: https://github.com/zombiqwerty/koa2-starter-kit
- Owner: zombiQWERTY
- Created: 2016-07-20T13:40:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T13:51:45.000Z (almost 10 years ago)
- Last Synced: 2025-04-04T17:02:26.353Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koa 2 + Passport + Mongoose + GraphQL
[](https://travis-ci.org/sibelius/koa-passport-mongoose-graphql)
## Command
#### Setup
```bash
npm install
```
#### Develop
```bash
# using nodemon
npm start
```
#### Test
```bash
npm test
```
## Dependencies
- Watcher and hot-reload: [nodemon](http://nodemon.io/)
- Test:
+ [mocha](https://mochajs.org/)
+ [should](https://github.com/shouldjs/should.js)
+ [supertest](https://github.com/visionmedia/supertest)