- Express
- MongoDB
- GraphQL
- Nodemon
Install the dependencies and devDependencies and start the server.
$ npm install -g nodemon
$ git clone
$ npm install
$ nodemon
Instead of using MongoDB drivers and making query, you can use any SDK which will make API calls to bring data.
Use your models to provide data.
MIT