docs: update README with project structure and license information
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-10 02:06:21 +00:00
parent 92118e41f5
commit 2c98422105
2 changed files with 18 additions and 6 deletions

View file

@ -51,3 +51,20 @@ npm test
npm run start
```
## Projektstruktur
Das Projekt besteht aus folgenden Hauptkomponenten:
- `backend/` - Node.js Backend mit Express
- `docs/` - Dokumentation und ADRs
- `scripts/` - Hilfsskripte für Tests und Deployment
- `frontend/` - (geplant) React Frontend
## Sicherheit
Alle sensiblen Daten werden serverseitig verschlüsselt. Die Verschlüsselung erfolgt mit AES-256-GCM.
## Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe die LICENSE-Datei für weitere Informationen.