/graphql-demo

A demonstration GraphQL API based on Facebook's reference implementation. It aims to address many of the concerns developers will face when starting out building GraphQL APIs. It also showcases many of the key new features of GraphQL such as Subscriptions.

Primary LanguageJavaScriptMIT LicenseMIT

graphql-demo

A demonstration GraphQL API based on Facebook's reference implementation. It aims to address many of the concerns developers will face when starting out building GraphQL APIs. It also showcases many of the key new features of GraphQL such as Subscriptions.

Start Server and Client apps

In a terminal do:

cd server
npm run start

In another terminal

cd client
npm run start