Files
flowsint/flowsint-api
2025-11-24 16:42:39 +01:00
..
2025-11-24 16:42:39 +01:00
2025-07-20 22:39:11 +02:00
2025-10-27 11:24:58 +01:00
2025-11-21 12:51:54 +01:00
2025-11-17 16:53:07 +01:00
2025-09-16 12:25:08 +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