Golang Clean Architecture template for REST APIs and services.
Example Go project demonstrating Clean Architecture to structure backend services and REST APIs. It uses golang with common tooling (Docker, MongoDB, Redis, dependency injection, logging, migrations, and API documentation) and is suited for developers building domain-driven HTTP services, CQRS-based designs, and layered prototypes.
0