demo mode

This commit is contained in:
2026-08-09 18:24:33 +02:00
parent f1dd1250d8
commit bccc292c59
+14
View File
@@ -177,6 +177,20 @@ Response (503 Service Unavailable):
## 🎯 Entwicklung
### Demo-Modus
Ohne MariaDB läuft die App automatisch im Demo-Modus mit SQLite und 4 Beispielaufgaben:
```bash
dotnet run
```
- Frontend: `http://localhost:5000`
- Swagger: `http://localhost:5000/swagger`
- Datenbank: `focusapp-demo.db` (automatisch erstellt)
Für Produktion mit MariaDB simply die `.env` ausfüllen (siehe Deployment).
### Backend (Development)
```bash