This repositroy contains a GraphQL Backend Server that performs various operations on a mongoDB Database.
Runs the app in the development mode.
Open http://localhost:4000 to view the playground in the browser.
The page will reload if you make edits.
Runs the app.
Open http://localhost:4000 to view the playground in the browser.
There will be no change in case of any edits. You will have to restart the server to view the changes.
You can learn about graphql from the Apollo Docs.
You can learn about graphql from the Apollo Docs and from the Mongoose Docs.