an app to help you find plumbers (or other local services) around you!
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.