asiandrummer / graphql-hackathon

Repo for starter kits and samples for the GraphQL Community Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-hackathon

Repo for starter kits and samples for the GraphQL Community Hackathon

Prereqs: NodeJS v4+

git clone https://github.com/robzhu/graphql-hackathon
cd graphql-hackathon

To run the GraphQL server:

cd server
npm install && npm start

Open http://localhost:5000 in your browser and you should see GraphiQL and be able to explore our example schema and data.

About

Repo for starter kits and samples for the GraphQL Community Hackathon

License:MIT License


Languages

Language:JavaScript 100.0%