apollo-backend/README.md
Andre Medeiros 7fad5ac9e4 initial pass
2021-05-09 20:51:15 -04:00

14 lines
136 B
Markdown

# Apollo API
## Getting started
```sh
$ script/bootstrap
$ cp .env.example .env
```
## Running the server
```sh
$ script/server
```