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"
uv sync
uv run uvicorn main:app --port 35271