Go Clean Architecture with go-rethinkdb
- Chi (net/http)
- go-rethinkdb
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
Go Clean Architecture with go-rethinkdb
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