|
|
il y a 2 semaines | |
|---|---|---|
| .. | ||
| alembic | il y a 2 semaines | |
| app | il y a 2 semaines | |
| .gitignore | il y a 2 semaines | |
| Dockerfile | il y a 2 semaines | |
| README.md | il y a 2 semaines | |
| alembic.ini | il y a 2 semaines | |
| entrypoint.sh | il y a 2 semaines | |
| pyproject.toml | il y a 2 semaines | |
| resume.cfg | il y a 2 semaines | |
uv sync
# 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