mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
No description
f9b9c595cf
* some tests * more tests * tidy up go.mod * more tests * add postgres * beep * again * Set up schema * fix device test |
||
---|---|---|
.github | ||
cmd/apollo | ||
docs | ||
internal | ||
migrations | ||
.env.test | ||
.gitignore | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
Apollo API
Getting started
$ script/bootstrap
$ cp .env.example .env
Running the server
$ script/server