apollo-backend/README.md
Andre Medeiros 9cb4f4693f migrate
2021-05-09 20:54:12 -04:00

15 lines
153 B
Markdown

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