Update stack.md

This commit is contained in:
Kiyan 2025-12-21 09:54:45 +02:00
parent 768c4fc65a
commit 8e1ff3dca0
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# 🛠️ 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.
@ -11,6 +9,9 @@ The application is built using a robust, type-safe backend and a "Hypermedia-dri
* **Thymeleaf:** Server-side Java template engine for seamless HTML rendering.
* **HTMX:** Powering fast, AJAX-like interactivity without the complexity of heavy JavaScript frameworks.
### Persistence
## Data & Storage
* **Hibernate / JPA:** Standardized Object-Relational Mapping.
* **MySQL:** Reliable relational database for structured task storage.
* **MySQL:** Reliable relational database for structured task storage.
## Build & DevOps
* **Build Tool**: Maven