Medicare: CSE - 3216 Software Design Patterns Course Final Project
Вставка
- Опубліковано 9 лют 2025
- This project is named Medicare which healthcare management system for a hospital that facilitates doctor-patient interactions, appointment bookings, and prescription management. It follows the MVC architecture, where controllers handle API requests, services implement business logic, and repositories manage database interactions. Spring Security and JWT authentication ensure secure user access, allowing role-based authentication for patients, doctors, and administrators. The system integrates various design patterns like Factory, Singleton, Adapter, and DAO to improve scalability and maintainability. The project also includes RESTful APIs for handling user registration, login, scheduling, and retrieving medical records efficiently.