Example consuming app for modkit using Postgres.
go run ./cmd/apiThen hit:
curl http://localhost:8080/api/v1/healthdocker compose up -d --build
curl http://localhost:8080/api/v1/health
docker compose down -vEnvironment variables:
HTTP_ADDR(default:8080)POSTGRES_DSN(examplepostgres://postgres:password@localhost:5432/app?sslmode=disable)