Golang clean architecture with wire as dependency injection
- Chi (net/http)
- MongoDB
Start the server using go run
go run cmds/app/main.go
Start the server using air
make run
Run Unit testing
make test
Run Coverage
make test/cover
Run wire
make wire