No description
Find a file
dependabot[bot] 31307defb3 Bump github.com/go-co-op/gocron from 1.17.1 to 1.18.1 (#122)
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.17.1 to 1.18.1.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.17.1...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 11:10:32 -04: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 make logs less chatty 2023-03-16 10:44:09 -04: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 things 2022-11-09 14:19:14 -05:00
go.mod Bump github.com/go-co-op/gocron from 1.17.1 to 1.18.1 (#122) 2023-03-16 11:10:32 -04:00
go.sum Bump github.com/go-co-op/gocron from 1.17.1 to 1.18.1 (#122) 2023-03-16 11:10:32 -04: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
render.yaml update render.yaml 2023-03-16 10:54:43 -04:00

Apollo API

Getting started

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

Running the server

$ script/server