No description
Find a file
dependabot[bot] df1fc279d9 Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.11.3 to 8.11.4.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-redis/redis/compare/v8.11.3...v8.11.4)

---
updated-dependencies:
- dependency-name: github.com/go-redis/redis/v8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 08:28:17 +00:00
.github Add golangci-lint 2021-07-24 15:44:26 -04:00
cmd/apollo reorganize commands to keep things more consistent 2021-07-13 13:14:25 -04:00
internal fix lint 2021-09-27 15:54:29 -04:00
migrations send notifications and worker stuff 2021-06-23 22:19:43 -04:00
script fix up bootstrap things 2021-07-05 19:10:09 -04:00
.gitignore ignore some other stuff 2021-07-15 20:51:05 -04:00
Brewfile Add heroku cli 2021-07-05 19:16:34 -04:00
Brewfile.lock.json Add heroku cli 2021-07-05 19:16:34 -04:00
env.example initial pass 2021-05-09 20:51:15 -04:00
go.mod Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4 2021-10-05 08:28:17 +00:00
go.sum Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4 2021-10-05 08:28:17 +00:00
Procfile multiply procfile some more 2021-07-13 20:34:04 -04:00
README.md fix up bootstrap things 2021-07-05 19:10:09 -04:00

Apollo API

Getting started

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

Running the server

$ script/server