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

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