WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd 8f4b985f79 Fix HTTP 413 when accepting a tenant invite with ID/Schufa uploads
Accepting an invitation as TENANT now sends up to three files (ID
front, ID back, optional Schufa) as base64 data URLs in one JSON body.
Raises express.json's limit from 10mb to 30mb so three real phone
photos fit. Also adds a client-side 8MB-per-file check with a clear
error message instead of letting an oversized file hit the server
limit and surface a bare "Status 413".
2026-08-13 11:46:39 +00:00
backend Fix HTTP 413 when accepting a tenant invite with ID/Schufa uploads 2026-08-13 11:46:39 +00:00
prisma Require phone, current address and ID copy for new tenants 2026-08-13 11:25:57 +00:00
web-dashboard Fix HTTP 413 when accepting a tenant invite with ID/Schufa uploads 2026-08-13 11:46:39 +00:00
.gitignore Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
README.md Initial commit 2026-08-12 16:24:25 +00:00

wg-verwaltung

WG- & Vermieter-Management-App (Backend + Dashboard)