connorsmallman / graphql-workshop-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kodify GraphQL demo

Installation

To run this demo locally, pull down the repository then run the following commands:

npm install

This will install all of the dependencies for the gateway and each underlying service.

npm run start-services

This command will run all of the microservices at once. They can be found at http://localhost:4002 and http://localhost:4003

In another terminal window, run the gateway by running this command:

npm run start-gateway

This will start up the gateway and serve it at http://localhost:4001

In another terminal window, run the gateway by running this command:

npm run start-client

This will start up the client, open in your browser at http://localhost:4000 to see the top videos rendered with model names

About


Languages

Language:JavaScript 83.9%Language:HTML 16.1%