Fixed small bugs

This commit is contained in:
Niklas Fondberg
2021-04-08 23:27:55 +02:00
parent 3c648cee29
commit a296ead1ca
7 changed files with 78 additions and 84 deletions
+14 -1
View File
@@ -1,2 +1,15 @@
# graphql-api-js
Apollo graphql api server
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