Skip to content

Latest commit

 

History

History
 
 

README.md

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