No description
Find a file
André Medeiros d90fc98eb3 Infra blueprint (#75)
* add render.yaml

* fix yaml

* fix env

* fix capitalization

* fix envs

* more fixes

* fix more envs

* try fixing more

* ugh

* could this be it?
2022-05-21 11:41:17 -04:00
.github Better testing (#62) 2022-05-07 12:37:21 -04:00
cmd/apollo reorganize commands to keep things more consistent 2021-07-13 13:14:25 -04:00
docs add schema 2022-03-28 17:27:07 -04:00
internal Allow editing watcher subreddits too 2022-05-21 10:26:23 -04:00
migrations Better testing (#62) 2022-05-07 12:37:21 -04:00
.env.test Better testing (#62) 2022-05-07 12:37:21 -04:00
.gitignore ignore some other stuff 2021-07-15 20:51:05 -04:00
.golangci.yml Better testing (#62) 2022-05-07 12:37:21 -04:00
go.mod Better testing (#62) 2022-05-07 12:37:21 -04:00
go.sum Better testing (#62) 2022-05-07 12:37:21 -04:00
Makefile Better testing (#62) 2022-05-07 12:37:21 -04:00
README.md fix up bootstrap things 2021-07-05 19:10:09 -04:00
render.yaml Infra blueprint (#75) 2022-05-21 11:41:17 -04:00

Apollo API

Getting started

$ script/bootstrap
$ cp .env.example .env

Running the server

$ script/server