c-stone-invoice-check/backend
Markus Kruse 937267b507 feat: Backend complete with IMAP, PDF processing, Alembic migrations
- FastAPI Backend mit Router (emails, invoices, auth)
- PostgreSQL DB Models (Invoice, EmailLog, InvoiceDetail, User)
- PyMuPDF PDF-Verarbeitung mit Steuer-Erkennung
- openpyxl Excel-Export
- Alembic Migration initialisiert
- IMAP-Verbindung zu Strato funktioniert
- Docker-Setup mit Traefik-Labels

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-24 23:45:51 +02:00
..
alembic feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
routers feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
tests feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
__init__.py chore: Projektinitialisierung — C-Stone Invoice Check (SaaS-App) 2026-07-24 15:02:44 +02:00
auth.py feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
database.py chore: Projektinitialisierung — C-Stone Invoice Check (SaaS-App) 2026-07-24 15:02:44 +02:00
main.py feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
models.py chore: Projektinitialisierung — C-Stone Invoice Check (SaaS-App) 2026-07-24 15:02:44 +02:00
requirements.txt feat: Backend complete with IMAP, PDF processing, Alembic migrations 2026-07-24 23:45:51 +02:00
schemas.py feat: Backend Complete - FastAPI with IMAP and PDF processing 2026-07-24 15:22:37 +02:00