App that shows you the places in Eindhoven where you can walk your dog, and places of interest around.
This is a hackaton project made for the 2nd Coosto Hackaton, in order to try out Apollo, GraphQL, and server-side rendering in Vue (with Nuxt).
git clone https://github.com/esclapes/coosto-hackathon.git && cd coosto-hackaton
cd api && npm install && npm start
- In another terminal/tab:
cd app && npm install && npm run dev
- Open http://localhost:3000 in your browser
- Open http://localhost:3002/graphiql to play around the GraphQL API