|
|
4 周之前 | |
|---|---|---|
| .vscode | 3 月之前 | |
| app | 1 月之前 | |
| static | 4 周之前 | |
| templates | 4 周之前 | |
| .gitignore | 3 月之前 | |
| .python-version | 3 月之前 | |
| README.md | 3 月之前 | |
| dev.db | 3 月之前 | |
| pyproject.toml | 1 月之前 | |
| specs.md | 3 月之前 | |
| tox.ini | 3 月之前 | |
| uv.lock | 1 月之前 |
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.