Go to file
André Medeiros fc0a0e2010 [render skip] bump workflow versions (#111)
* [render skip] bump golang lint

* bump golang

* bump other actions

* simplify workflow

* simplify some more

* specify golang version
2022-11-16 13:29:25 -05:00
.github [render skip] bump workflow versions (#111) 2022-11-16 13:29:25 -05: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 [render skip] add development in favour of sandbox 2022-11-13 09:08:55 -05:00
migrations tweak scheduler 2022-05-22 19:35:03 -04:00
.env.test Better testing (#62) 2022-05-07 12:37:21 -04:00
.gitignore [render skip] add .envrc to gitignore 2022-11-15 09:31:28 -05:00
.golangci.yml things 2022-11-09 14:19:14 -05:00
Makefile add request ids to logs 2022-07-15 12:19:27 -04:00
README.md fix up bootstrap things 2021-07-05 19:10:09 -04:00
go.mod update reddit http client 2022-11-05 16:08:00 -04:00
go.sum feat(ops): add distributed tracing (#109) 2022-11-05 15:59:33 -04:00
render.yaml [skip render] remove old redis from infra 2022-11-05 20:26:55 -04:00

README.md

Apollo API

Getting started

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

Running the server

$ script/server