Sen descrición

gc-server3 1f9ae1f30f dotenv hai 3 meses
.vscode ba4f1437b4 init hai 3 meses
app 1f9ae1f30f dotenv hai 3 meses
static dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
templates dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
.gitignore 1f9ae1f30f dotenv hai 3 meses
.python-version ba4f1437b4 init hai 3 meses
README.md dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
dev.db dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
pyproject.toml 1f9ae1f30f dotenv hai 3 meses
specs.md dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
tox.ini dfc1615049 Erster Entwurf von GPT-5 mini hai 3 meses
uv.lock 1f9ae1f30f dotenv hai 3 meses

README.md

GCOutline - Minimal prototype

Quickstart (local development):

  1. 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
  1. Run the app:

    uvicorn app.main:app --reload
    
  2. Open http://127.0.0.1:8000 in your browser.

Notes:

  • The project uses SQLite by default for local development (DATABASE_URL env var can point to MS SQL Server).
  • LDAP authentication will fall back to a local mock where the password password is accepted for any username.
  • Exports are available on the list and detail pages.