entria / koa-passport-mongoose-graphql

Koa 2 server with Passport + Mongoose + GraphQL
193 stars 29 forks source link
boilerplate graphql koa passport

Koa 2 + Passport + Mongoose + GraphQL

Build Status

Notice

You want build a more flexible GraphQL schema, consider using this boilerplate instead: https://github.com/sibelius/graphql-dataloader-boilerplate

graffiti-mongoose is good for your first version of GraphQL, but do not scale well when you need to customize your schema

Command

Setup

npm install

Develop

# using nodemon
npm start

# using babel-watch
npm run watch

Test

npm test

Dependencies

Reference