food-graphql-server/README.md

11 lines
251 B
Markdown

# Getting started
To get up-and-running, install the node dependencies and start the server.
🚀 Go to http://localhost:4000/ to play in the GraphQL Playground.
Slides: https://app.box.com/s/6l6xi3mm26d7ur9g7n05egguc6dkyz3v
```
npm i
npm start
```