python
Install uv
https://docs.astral.sh/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: http://127.0.0.1:5000/