$ make database
$ go build
$ go run app.go
$ make test
$ docker exec -it stac-db bash
$ psql
$ make database
$ make api
go test -v github.com/jonhealy1/goapi-stac/tests 2>&1 | grep "FAIL\|---"
go test github.com/jonhealy1/goapi-stac/tests -run TestEsGetCollection