//
pkg.gl
Category
github.com/gipsh/golang-rest-api-boilerplate
repository
package
0.0.0-20220110120557-674016c43fad
Repository:
https://github.com/gipsh/golang-rest-api-boilerplate.git
Documentation:
pkg.go.dev
Overview
Dependencies
1
Dependents
0
#
Packages
app
No description provided by the author
build
No description provided by the author
controllers
No description provided by the author
docs
No description provided by the author
models
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