sshuair09 0916905e31 commit před 2 týdny
..
alembic 0916905e31 commit před 2 týdny
app 0916905e31 commit před 2 týdny
.gitignore 0916905e31 commit před 2 týdny
Dockerfile 0916905e31 commit před 2 týdny
README.md 0916905e31 commit před 2 týdny
alembic.ini 0916905e31 commit před 2 týdny
entrypoint.sh 0916905e31 commit před 2 týdny
pyproject.toml 0916905e31 commit před 2 týdny
resume.cfg 0916905e31 commit před 2 týdny

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