|
|
hace 1 mes | |
|---|---|---|
| .. | ||
| alembic | hace 1 mes | |
| app | hace 1 mes | |
| .gitignore | hace 1 mes | |
| Dockerfile | hace 1 mes | |
| README.md | hace 1 mes | |
| alembic.ini | hace 1 mes | |
| entrypoint.sh | hace 1 mes | |
| pyproject.toml | hace 1 mes | |
| resume.cfg | hace 1 mes | |
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