A GraphQL API with authentication, using mongoDB, Express, apollo-server-express. To start the app you need to have mongoDB install in your computer.
window : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ Mac: https://treehouse.github.io/installation-guides/mac/mongo-mac.html
change DIR to the app DIR and run the command.
npm install
npm run dev
npm run start
npm run lint