sshuair09 0916905e31 commit 2 hete
..
alembic 0916905e31 commit 2 hete
app 0916905e31 commit 2 hete
.gitignore 0916905e31 commit 2 hete
Dockerfile 0916905e31 commit 2 hete
README.md 0916905e31 commit 2 hete
alembic.ini 0916905e31 commit 2 hete
entrypoint.sh 0916905e31 commit 2 hete
pyproject.toml 0916905e31 commit 2 hete
resume.cfg 0916905e31 commit 2 hete

README.md

flowsint-api

Installation

  1. Install Python dependencies:
  2. uv sync
    

Run

# dev
uv run uvicorn app.main:app --host 0.0.0.0 --port 5001 --reload
# prod
uv run uvicorn app.main:app --host 0.0.0.0 --port 5001