Go Fiber and Mongo boilerplate demonstrating hexagonal architecture with blog documentation
This boilerplate provides a Go web-service scaffold using Fiber with MongoDB and a hexagonal architecture. It includes a blog that explains the project's components and recommended structure. Suited for REST APIs and backend services that require modular, testable code organization.
0