apollo-backend/README.md

16 lines
153 B
Markdown
Raw Normal View History

2021-05-10 00:51:15 +00:00
# Apollo API
## Getting started
```sh
$ script/bootstrap
$ cp .env.example .env
```
## Running the server
```sh
$ script/server
2021-05-10 00:54:12 +00:00
$ script/migrate
2021-05-10 00:51:15 +00:00
```