Skip to content

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

License

Notifications You must be signed in to change notification settings

Salmandabbakuti/graphql-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published