- GRPC - gRPC
- sqlx - Extensions to database/sql.
- pgx - PostgreSQL driver and toolkit for Go
- go-redis - Redis client for Golang
- zap - Logger
- validator - Go Struct and Field validation
- migrate - Database migrations. CLI and Golang library.
- testify - Testing toolkit
- gomock - Mocking framework
- Docker - Docker
- Prometheus - Prometheus
- Grafana - Grafana
- Jaeger - Jaeger tracing
make local_up // run containers without application
make run // run the application
make local_down // stop containers
make docker_up // run all containers with application
make docker_down // stop containers