-
Notifications
You must be signed in to change notification settings - Fork 0
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.