|
|
il y a 1 semaine | |
|---|---|---|
| .vscode | il y a 3 mois | |
| app | il y a 1 semaine | |
| static | il y a 1 semaine | |
| templates | il y a 1 semaine | |
| .gitignore | il y a 3 mois | |
| .python-version | il y a 3 mois | |
| README.md | il y a 3 mois | |
| dev.db | il y a 3 mois | |
| pyproject.toml | il y a 2 semaines | |
| specs.md | il y a 3 mois | |
| tox.ini | il y a 3 mois | |
| uv.lock | il y a 2 semaines |
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.