mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
15 lines
136 B
Markdown
15 lines
136 B
Markdown
|
# Apollo API
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
```sh
|
||
|
$ script/bootstrap
|
||
|
$ cp .env.example .env
|
||
|
```
|
||
|
|
||
|
## Running the server
|
||
|
|
||
|
```sh
|
||
|
$ script/server
|
||
|
```
|