mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 14:07:45 +00:00
No description
228cc24cac
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.1 to 4.17.2. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/v4.17.2/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v4.16.1...v4.17.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
cmd/apollo | ||
docs | ||
internal | ||
migrations | ||
.env.test | ||
.gitignore | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md | ||
render.yaml |
Apollo API
Getting started
$ script/bootstrap
$ cp .env.example .env
Running the server
$ script/server