https://github.com/edbeer/auth-grpc
https://github.com/edbeer/auth-grpc
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edbeer/auth-grpc
- Owner: Edbeer
- Created: 2022-10-07T09:23:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T20:25:17.000Z (over 3 years ago)
- Last Synced: 2025-03-13T02:37:23.554Z (over 1 year ago)
- Language: Go
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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