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

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