Skip to content

xsami/graphql-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄