From 8e1ff3dca00d653c40fd056f7baf979c9c2fd8ff Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sun, 21 Dec 2025 09:54:45 +0200 Subject: [PATCH] Update stack.md --- stack.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stack.md b/stack.md index 1907aba..5cc34b1 100644 --- a/stack.md +++ b/stack.md @@ -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. \ No newline at end of file +* **MySQL:** Reliable relational database for structured task storage. + +## Build & DevOps +* **Build Tool**: Maven \ No newline at end of file