Starter project from a GraphQL course on Udemy.com
- Change the file extension from
server/server.js.template
toserver/server.js
- Open the file
server/server.js
and replace the variable value ofMONGO_URI
with your Mlab DB and save the file - Run
yarn
ornpm install
- Run
yarn run dev
ornpm run dev
And happy coding 😄