Files
flowsint/flowsint-api
2026-02-14 15:34:28 +01:00
..
2026-02-14 15:34:28 +01:00
2026-02-14 15:34:28 +01:00
2025-11-27 17:16:41 +01:00
2025-05-20 14:46:37 +02:00
2026-02-12 22:04:28 +01:00
2025-09-16 12:25:08 +02:00
2025-07-08 14:24:47 +02: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