Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 473 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 473 Bytes

GraphQL, Express and MongoDB

Prerequisite

  1. Express
  2. MongoDB
  3. GraphQL
  4. Nodemon

Installation

Install the dependencies and devDependencies and start the server.

$ npm install -g nodemon 
$ git clone 
$ npm install
$ nodemon

For front-end developers

Instead of using MongoDB drivers and making query, you can use any SDK which will make API calls to bring data.

For back-end developers

Use your models to provide data.

License

MIT