Simple Authentication-Servicе with HTTP & gRPC
- Golang
- HTTP router go-chi
- gRPC
- PostgreSQL
- Redis
git clone https://github.com/D1mitrii/Authentication-Service.gitUse the .env.example as reference to create your configuration file .env
Run Authentication-Service in Container
cd Authentication-Service
docker compose upAt the first launch, you will need to perform migrations from directory migrations/. For example, using the goose/migrate utility.