Files
graphql-api-js/README.md
T
2021-04-08 23:27:55 +02:00

16 lines
252 B
Markdown

# graphql-api-js
Apollo graphql api server for Photowall
## Run it locally
Create an .env file (see .env.example for what to set).
Run
```
$ npm install
$ npm start
```
Then head over to [The playground GUI](https://localhost:4000) in the browser