Install uv

/uv/getting-started/installation/#homebrew

brew install uv

Run flask app locally

uv sync
uv run flask run --debug

By default, the server will be available at: :5000