Go to file
Christian Selig ea9af069e8 Fix issue with not allow non-autorenewing subs 2022-05-24 21:58:28 -03: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 Fix issue with not allow non-autorenewing subs 2022-05-24 21:58:28 -03: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 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
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
go.mod migrate out of logrus (#76) 2022-05-23 14:17:25 -04:00
go.sum migrate out of logrus (#76) 2022-05-23 14:17:25 -04:00
render.yaml tune autoscaling for notifications worker 2022-05-23 15:53:01 -04:00

README.md

Apollo API

Getting started

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

Running the server

$ script/server