docs: update README with project structure and license information
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
92118e41f5
commit
2c98422105
2 changed files with 18 additions and 6 deletions
17
README.md
17
README.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue