Golang API boilerplate with routing, ORM, and Docker support.
API boilerplate written in Go that provides routing, ORM integration, configuration management, logging, and Dockerized builds. The repository includes examples referencing chi and Gin routers and uses GORM for database access; it's suited for building REST APIs and microservices.
0