No description
Find a file
Andre Medeiros 9cb4f4693f migrate
2021-05-09 20:54:12 -04:00
cmd initial pass 2021-05-09 20:51:15 -04:00
internal initial pass 2021-05-09 20:51:15 -04:00
migrations initial pass 2021-05-09 20:51:15 -04:00
script initial pass 2021-05-09 20:51:15 -04:00
.gitignore initial pass 2021-05-09 20:51:15 -04:00
Brewfile initial pass 2021-05-09 20:51:15 -04:00
Brewfile.lock.json initial pass 2021-05-09 20:51:15 -04:00
env.example initial pass 2021-05-09 20:51:15 -04:00
go.mod initial pass 2021-05-09 20:51:15 -04:00
go.sum initial pass 2021-05-09 20:51:15 -04:00
Procfile initial pass 2021-05-09 20:51:15 -04:00
README.md migrate 2021-05-09 20:54:12 -04:00

Apollo API

Getting started

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

Running the server

$ script/server
$ script/migrate