A graphql movie-reviews CRUD Application using Mongo,Express, Node
Make sure you entered your mongo db instance URL in server.js
npm install
node server.js #Listens at 4000/graphql, IDE at 4000/playground
cd public
npm install
npm run start # UI Deploys at http://localhost:8080
Note: if you are using Cloud VM, Make sure you enter your machine IP instead localhost in
public/index.js
file ==>apiUrl= http://<your IP>:4000/graphql