Go API starter kit with Postgres, Chi, sqlx, ent, authentication
Starter kit for building HTTP JSON APIs in Go using Postgres, Chi router, sqlx, and ent. It provides cookie-based session authentication, database migrations, layered architecture (handler → use case → repository), caching options, testing (unit, integration, end-to-end), and OpenTelemetry observability. Suited for backend REST APIs and services that require structured layering, database-backed sessions, and integrated testing and monitoring.
0
nice