Go microservice boilerplate implementing Hexagonal and Clean Architecture principles.
This repository is a Go-based REST API microservice boilerplate that implements Hexagonal (ports-and-adapters) and Clean Architecture patterns with domain-driven design. It provides layered structure (domain, application, infrastructure), HTTP and gRPC mains, PostgreSQL repository adapters, API documentation, and Makefile targets for common tasks. Suited for building microservices and API backends.
0