From 3b270418b048e1d203f8e867c5a7869865e82aef Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sun, 21 Dec 2025 08:49:49 +0200 Subject: [PATCH] Add stack.md --- stack.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 stack.md diff --git a/stack.md b/stack.md new file mode 100644 index 0000000..1907aba --- /dev/null +++ b/stack.md @@ -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. \ No newline at end of file