Add stack.md

This commit is contained in:
Kiyan 2025-12-21 08:49:49 +02:00
parent d74d5918c0
commit 3b270418b0
1 changed files with 16 additions and 0 deletions

16
stack.md Normal file
View File

@ -0,0 +1,16 @@
# 🛠️ Tech Stack
The application is built using a robust, type-safe backend and a "Hypermedia-driven" frontend for maximum performance and maintainability.
### Backend
* **Java 25:** Utilizing the latest LTS features for a modern development experience.
* **Spring Boot:** The core framework for rapid application development.
* **Spring Security:** Ensuring robust authentication and data protection.
### Frontend & Interactivity
* **Thymeleaf:** Server-side Java template engine for seamless HTML rendering.
* **HTMX:** Powering fast, AJAX-like interactivity without the complexity of heavy JavaScript frameworks.
### Persistence
* **Hibernate / JPA:** Standardized Object-Relational Mapping.
* **MySQL:** Reliable relational database for structured task storage.