Fixed small bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user