Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 631 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 631 Bytes

movie-reviews

A graphql movie-reviews CRUD Application using Mongo,Express, Node

GraphQL Server Setup

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 

UI Setup

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