Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 961 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 961 Bytes

Authentication-Servicе 🔒

Technologies Getting Started

Simple Authentication-Servicе with HTTP & gRPC

💻 Technologies

🚀 Getting started

Cloning

git clone https://github.com/D1mitrii/Authentication-Service.git

Config .env variables

Use the .env.example as reference to create your configuration file .env

Starting

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.