/graphql-hackathon

an app to help you find plumbers (or other local services) around you

Primary LanguageJavaScriptMIT LicenseMIT

unclogged.io

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.