16 lines
252 B
Markdown
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
|