Go go-rethinkdb

Go Clean Architecture with go-rethinkdb

Stack

  • Chi (net/http)
  • go-rethinkdb

Run

Start the server using go run

  go run cmds/app/main.go

Start the server using air

  make run

Unit Test

Run Unit testing

  make test

Run Coverage

  make test/cover