- Go boilerplate with clean architecture
- app
- <app_name>
- delivery
- repository
- service
- <app_name>
- common
- domain
- helper
- logger
- Copy
.env.example
to.env
and adjust the variables - Start the app
-
Run
make run
-
Build
make build
-
Build and Run
make build.run
-