|
|
2 هفته پیش | |
|---|---|---|
| .. | ||
| alembic | 2 هفته پیش | |
| app | 2 هفته پیش | |
| .gitignore | 2 هفته پیش | |
| Dockerfile | 2 هفته پیش | |
| README.md | 2 هفته پیش | |
| alembic.ini | 2 هفته پیش | |
| entrypoint.sh | 2 هفته پیش | |
| pyproject.toml | 2 هفته پیش | |
| resume.cfg | 2 هفته پیش | |
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