Skip to content

meseven/graphql-movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.JS + React + GraphQL Movie App

:neckbeard: Live demo React client

😎 GraphiQL Interface

Installation

1- Node.JS Server

Clone this repo and go to server folder.

$ cd server
$ npm install

Enviroment variables

Create a file named ".env" in the root directory and fill its contents as follows.

MONGODB_CONNECTION_STRING = mongodb://<dbuser>:<dbpassword>@<dbhost>:<dbport>/<dbname>

Run the app

$ npm start // for locally

and go to localhost:5000/graphql

2- React Client

Clone this repo and go to client folder.

$ cd client
$ npm install

Run the app

$ npm start

and go to localhost:3000

About

Node.JS + React + GraphQL Movie App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages