An open API service indexing awesome lists of open source software.

https://github.com/edbeer/auth-grpc


https://github.com/edbeer/auth-grpc

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

### Golang Clean Architecture gRPC Auth microservice example

#### Full list what has been used:
* [grpc](https://github.com/grpc/grpc-go) - general RPC framework
* [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) - is a plugin of the Google protocol buffers compiler protoc.
* [sqlx](https://github.com/jmoiron/sqlx) - Extensions to database/sql.
* [pgx](https://github.com/jackc/pgx) - PostgreSQL driver and toolkit for Go
* [go-redis](https://github.com/go-redis/redis) - Type-safe Redis client for Golang
* [validator](https://github.com/go-playground/validator) - Go Struct and Field validation
* [jwt-go](https://github.com/dgrijalva/jwt-go) - JSON Web Tokens (JWT)
* [uuid](https://github.com/google/uuid) - UUID
* [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library.
* [testify](https://github.com/stretchr/testify) - Testing toolkit
* [gomock](https://github.com/golang/mock) - Mocking framework
* [Docker](https://www.docker.com/) - Docker