Golang microservice boilerplate with Clean Architecture, Gin, GORM, and JWT.
A Go-based microservice boilerplate implementing Clean Architecture, REST APIs, and JWT authentication. It uses Gin for HTTP routing, GORM with PostgreSQL for persistence, Docker for containerization, and includes unit, integration, and Cucumber acceptance tests; suited for building production-style microservices.
0