Example consuming app for modkit using SQLite.
go run ./cmd/apiThen hit:
curl http://localhost:8080/healthdocker compose up -d --build
curl http://localhost:8080/health
docker compose down -vEnvironment variables:
HTTP_ADDR(default:8080)SQLITE_PATH(example/tmp/app.db)SQLITE_CONNECT_TIMEOUT(default0)