robcrowley / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:JavaScript 93.4%Language:HTML 6.6%