|
|
hace 2 semanas | |
|---|---|---|
| .vscode | hace 3 meses | |
| app | hace 2 semanas | |
| static | hace 4 semanas | |
| templates | hace 4 semanas | |
| .gitignore | hace 3 meses | |
| .python-version | hace 3 meses | |
| README.md | hace 3 meses | |
| dev.db | hace 3 meses | |
| pyproject.toml | hace 2 semanas | |
| specs.md | hace 3 meses | |
| tox.ini | hace 3 meses | |
| uv.lock | hace 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.