Categorygithub.com/gipsh/golang-rest-api-boilerplate
repositorypackage
0.0.0-20220110120557-674016c43fad
Repository: https://github.com/gipsh/golang-rest-api-boilerplate.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

golang rest api boilerplate

Simple base project for building rest apis in go

  • Gin for routing
  • GORM as the ORM
  • Viper for handling env configs
  • Zap for logs
  • SQL-Migrate for DB migrations
  • Swaggo for generating API docs base on code annotations
  • Pagination
  • Dockerized
  • github action ready to deploy to AWS ECS