This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tine 00ed214513
test: simplify request body
2024-02-06 23:42:14 +01:00
api chore: good enough 2024-02-02 15:39:13 +01:00
cmd test: simplify request body 2024-02-06 23:42:14 +01:00
migrations chore: good enough 2024-02-02 15:39:13 +01:00
pkg chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
tools chore: actually something working 2024-02-01 23:09:09 +01:00
.gitignore chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
Dockerfile chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
README.md chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
docker-compose.yaml chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
go.mod chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
go.sum chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00
justfile chore: implement integration tests, do not use docker for dev env 2024-02-06 23:34:17 +01:00

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