inital working version

This commit is contained in:
Stefan Hardegger
2025-07-22 21:49:40 +02:00
parent bebb799784
commit 59d29dceaf
98 changed files with 8027 additions and 856 deletions

View File

@@ -88,4 +88,11 @@ backend/ # Spring Boot application
nginx.conf # Reverse proxy configuration
docker-compose.yml # Container orchestration
.env # Environment variables
```
```
## Development Best Practices
- Always create unit and integration tests where it makes sense, when creating new classes.
- **Always check if Test Classes have to be updated after code changes**
- When you fix an error, automatically check and see if this error might also occur in other classes.