Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 345 Bytes

graphql-nodejs-mongodb

Simple starter kit for grapql, mongoDB with mongoose with express js.

#Installation and usage

  1. Clone the repo
  2. cd graphql-nodejs-mongodb
  3. yarn install
  4. node server.js
  5. go to http://localhost:4000/graphql

#Road Map

  1. Add more mutations
  2. Authentication with oauth-server
  3. Generalize mongodb methods