Golang REST API boilerplate using Gin, GORM, Docker, and Postgres
API boilerplate written in Go that uses the Gin web framework and GORM ORM, with Logrus logging, Viper configuration, and Docker Compose for development and production. It provides project structure, example endpoints, database migration support, and optional pgAdmin. Suitable for building RESTful backend services and microservices.
0