No description
api | ||
cmd | ||
migrations | ||
pkg | ||
tools | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
justfile | ||
README.md |
mentos1386/golang-rest-example
Development
Tools required:
# Run development version
just run
# Run "production" version
just deploy
# Api is available at http://localhost:1234
# Swagger is available at http://localhost:1235
curl -v localhost:1234/healthz
# Run tests
just test