|
|
hai 2 semanas | |
|---|---|---|
| .vscode | hai 3 meses | |
| app | hai 2 semanas | |
| static | hai 4 semanas | |
| templates | hai 4 semanas | |
| .gitignore | hai 3 meses | |
| .python-version | hai 3 meses | |
| README.md | hai 3 meses | |
| dev.db | hai 3 meses | |
| pyproject.toml | hai 2 semanas | |
| specs.md | hai 3 meses | |
| tox.ini | hai 3 meses | |
| uv.lock | hai 2 semanas |
Quickstart (local development):
Create a virtual environment and install dependencies:
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e .
pip install -r <(python -c "import tomllib,sys;print('\n'.join([]))")
Alternatively install directly:
pip install fastapi uvicorn Jinja2 SQLAlchemy alembic ldap3 python-docx openpyxl pandas python-multipart pyodbc aiofiles
Run the app:
uvicorn app.main:app --reload
Open http://127.0.0.1:8000 in your browser.
Notes:
DATABASE_URL env var can point to MS SQL Server).password is accepted for any username.