Files
flowsint/flowsint-api
2026-02-17 04:49:46 -03:00
..
2026-02-14 15:34:28 +01:00
2026-02-17 04:49:46 -03:00
2026-02-17 04:04:07 -03: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