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