sshuair09 0916905e31 commit 2 tuần trước cách đây
..
alembic 0916905e31 commit 2 tuần trước cách đây
app 0916905e31 commit 2 tuần trước cách đây
.gitignore 0916905e31 commit 2 tuần trước cách đây
Dockerfile 0916905e31 commit 2 tuần trước cách đây
README.md 0916905e31 commit 2 tuần trước cách đây
alembic.ini 0916905e31 commit 2 tuần trước cách đây
entrypoint.sh 0916905e31 commit 2 tuần trước cách đây
pyproject.toml 0916905e31 commit 2 tuần trước cách đây
resume.cfg 0916905e31 commit 2 tuần trước cách đây

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