Gin + sqlx Go starter for RESTful APIs with Clean Architecture.
This boilerplate provides a Go-based starter for building RESTful APIs using the Gin framework and sqlx for PostgreSQL integration. It implements Clean Architecture to separate domains, use cases, and data layers, and includes JWT and OTP authentication with optional Redis caching. Suited for backend APIs, microservices, and production prototypes.
0