Files
flowsint/flowsint-api
2026-01-10 18:07:14 +01:00
..
2026-01-10 18:07:14 +01:00
2025-11-27 17:16:41 +01:00
2025-11-27 17:16:41 +01:00
2025-11-27 17:16:41 +01:00
2025-11-27 17:32:27 +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