Docket/
βββ backend/ # Backend API (Python/FastAPI)
β βββ app/
β β βββ main.py # FastAPI application entry point
β β βββ api/
β β β βββ routes_auth.py # Authentication endpoints
β β β βββ routes_documents.py # Document endpoints
β β βββ core/
β β β βββ config.py # Configuration settings
β β β βββ security.py # Security utilities
β β βββ db/
β β β βββ models.py # Database models
β β β βββ schemas.py # Pydantic schemas
β β β βββ session.py # Database session management
β β βββ services/
β β βββ document_service.py # Business logic for documents
β βββ tests/ # Test suite
β βββ requirements.txt # Python dependencies
β βββ .env # Environment variables
β βββ docket.db # SQLite database
βββ frontend/ # Frontend application
βββ .venv/ # Python virtual environment (root)
βββ .gitignore # Git ignore rules
βββ .vscode/ # VS Code settings
βββ .git/ # Git repository
βββ README.md # This file
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||