No description
Find a file
dependabot[bot] 515ac90bf2 Bump github.com/jackc/pgx/v4 from 4.12.0 to 4.13.0
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 08:24:51 +00:00
.github add dependabot 2021-07-14 15:31:25 -04:00
cmd/apollo reorganize commands to keep things more consistent 2021-07-13 13:14:25 -04:00
internal tweak accounts and batch size 2021-07-22 21:52: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/jackc/pgx/v4 from 4.12.0 to 4.13.0 2021-07-26 08:24:51 +00:00
go.sum Bump github.com/jackc/pgx/v4 from 4.12.0 to 4.13.0 2021-07-26 08:24:51 +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