An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Koa 2 + Passport + Mongoose + GraphQL

[![Build Status](https://travis-ci.org/sibelius/koa-passport-mongoose-graphql.svg?branch=master)](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)