Skip to content

InformaticsResearchCenter/golang-clean-arch

Repository files navigation

Golang Clean Architecture

Sample Golang Clean Architecture Project

Framework

  • Web: Gin Gionic (go get -u github.com/gin-gonic/gin)
  • Database: MySQL (go get github.com/go-sql-driver/mysql)
  • Validator: Go Playground Validator (go get github.com/go-playground/validator/v10)
  • Dot Env: Go Dot Env (go get github.com/joho/godotenv)

Architecture

Controller -> Service -> Repository

About

Golang Clean Architecture Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published