Go to file
André Medeiros b5d52f55aa Merge 2dec2ff90e into 0accbde48b 2023-06-08 20:49:45 +02:00
.github bump golang version 2023-04-01 12:12:18 -04:00
.idea fix redis image hostname 2023-04-01 12:10:08 -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 Merge 2dec2ff90e into 0accbde48b 2023-06-08 20:49:45 +02: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 update gitignore 2023-02-23 11:40:45 -05:00
.golangci.yml first pass at distributed lock 2023-04-01 11:57:28 -04:00
Makefile first pass at distributed lock 2023-04-01 11:57:28 -04:00
README.md fix up bootstrap things 2021-07-05 19:10:09 -04:00
go.mod update otel and fastjson 2023-03-24 14:00:15 -04:00
go.sum update otel and fastjson 2023-03-24 14:00:15 -04:00
render.yaml update render.yaml 2023-03-16 10:54:43 -04:00

README.md

Apollo API

Getting started

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

Running the server

$ script/server