Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 227 Bytes

Go-Lang Clean Architecture

Sample Go-Lang Clean Architecture Project

Framework

  • Web : GoFiber
  • Validation : Go-Ozzo
  • Configuration : GoDotEnv
  • Database : MongoDB

Architecture

Controller -> Service -> Repository