A Java Spring Boot backend RESTful API designed to manage hospital appointments efficiently. This application allows the registration and management of patients and appointments, offering secure authentication via JWT and email notifications with Java Mail Sender.
The project uses Spring Data JPA for database operations, providing a simple and powerful way to interact with a PostgreSQL database using object-relational mapping (ORM). This ensures easy data persistence with minimal boilerplate code.