Go modular monolith boilerplate for domain-driven backend services
A Modular Monolith (MoMo) boilerplate implemented in Go that demonstrates a domain-separated project structure and clear boundaries between modules. The repository includes example packages, HTML/CSS assets, and a Dockerfile to support containerized development. It is suited for backend services or APIs where a single deployable application is preferred over distributed microservices.
0