Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 386 Bytes

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.