No description
Find a file
dependabot[bot] 72450d54d7 Bump github.com/jackc/pgconn from 1.12.0 to 1.12.1
Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/jackc/pgconn/releases)
- [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgconn/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgconn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 21:54:29 +00: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 omg fix watchers and subreddit things (#79) 2022-05-26 17:54:02 -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 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
go.mod Bump github.com/jackc/pgconn from 1.12.0 to 1.12.1 2022-05-26 21:54:29 +00:00
go.sum Bump github.com/jackc/pgconn from 1.12.0 to 1.12.1 2022-05-26 21:54:29 +00: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
render.yaml change database plan 2022-05-25 19:31:51 -04:00

Apollo API

Getting started

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

Running the server

$ script/server