Skip to content

Application Architecture

AyodhyaPrasad edited this page Nov 5, 2024 · 1 revision

Application Architecture This project is built on a standard Spring Boot MVC pattern:

  • Controllers handle HTTP requests and responses.
  • Services implement business logic.
  • Repositories interact with the database using JPA.
  • Thymeleaf Templates render the UI on the client-side. Refer to the Application Architecture section for more details on each layer.
Clone this wiki locally