- Go
- Fiber
- MySQL
- sqlx
Recommend run with devcontainer (extension in vscode)
go run .
you can use another extension feature in branch
git clone -b with-auth https://github.com/ChaiyapatOam/go-clean-fiber-boiler.git
switch to main branch
git branch -m with-auth main
force push main
git push --force origin main
.
├── 📂config/
│ └── config.go
├── 📂controller/
│ └── user.controller.go
├── 📂db/
│ └── mysql.go
├── 📂domain/
│ └── user.go
├── 📂internal/
│ ├── 📂payload
│ └── 📂validator
├── 📂repository/
│ └── user.repository.go
├── go.mod
├── go.sum
├── main.go
└── README.md