Clone this repo and go to server folder.
$ cd server
$ npm install
Create a file named ".env" in the root directory and fill its contents as follows.
MONGODB_CONNECTION_STRING = mongodb://<dbuser>:<dbpassword>@<dbhost>:<dbport>/<dbname>
$ npm start // for locally
and go to localhost:5000/graphql
Clone this repo and go to client folder.
$ cd client
$ npm install
$ npm start
and go to localhost:3000