No description
Find a file
2021-07-15 18:47:11 -04: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 print refresh token response 2021-07-15 18:47:11 -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 added new things 2021-07-08 19:03:46 -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 parse MeResponse 2021-07-14 15:17:59 -04:00
go.sum add heroku metrics back 2021-07-13 15:35:46 -04: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