Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 380 Bytes

Lyrical-GraphQL

Starter project from a GraphQL course on Udemy.com

How to run

  1. Change the file extension from server/server.js.template to server/server.js
  2. Open the file server/server.js and replace the variable value of MONGO_URI with your Mlab DB and save the file
  3. Run yarn or npm install
  4. Run yarn run dev or npm run dev

And happy coding 😄