Files
2026-01-07 21:44:02 +01:00
..
2026-01-07 21:44:02 +01:00

flowsint-api

Installation

  1. Install Python dependencies:
poetry install

Run

# dev
poetry run uvicorn app.main:app --host 0.0.0.0 --port 5001 --reload
# prod
poetry run uvicorn app.main:app --host 0.0.0.0 --port 5001