- 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