sshuair09 0916905e31 commit 1 月之前
..
alembic 0916905e31 commit 1 月之前
app 0916905e31 commit 1 月之前
.gitignore 0916905e31 commit 1 月之前
Dockerfile 0916905e31 commit 1 月之前
README.md 0916905e31 commit 1 月之前
alembic.ini 0916905e31 commit 1 月之前
entrypoint.sh 0916905e31 commit 1 月之前
pyproject.toml 0916905e31 commit 1 月之前
resume.cfg 0916905e31 commit 1 月之前

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