mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-13 12:24:18 -05:00
flowsint-api
Installation
- Install Python dependencies:
uv sync
Run
# dev
uv run uvicorn app.main:app --host 0.0.0.0 --port 5001 --reload
# prod
uv run uvicorn app.main:app --host 0.0.0.0 --port 5001