Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 496 Bytes

File metadata and controls

25 lines (17 loc) · 496 Bytes

Identity Backend

Install UV

This project uses UV as the package manager. You have to install it first, if you don't have it already.

# Linux / MacOS
curl -LsSf https://astral.sh/uv/install.sh | sh

# Or Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install Deps

uv sync

Run

uv run uvicorn main:app --port 35271