/go-clean-grpc

Go clean architecture with rest api and grpc

Primary LanguageGo

Go Clean GRPC

Go Distributed Tracing Using OpenTelemetry and Jaeger

Stack

  • Chi (net/http)
  • MongoDB

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