A simple Hospital Management System built using Spring Boot (Backend) and Angular (Frontend) to manage doctor, patient, and medicine-related functionalities efficiently. The system provides two types of logins: Doctor and Admin.
- Two login options:
- Doctor Login
- Admin Login
After logging in as a Doctor, the following features are available:
- Patient Management
- View list of patients
- Add new patient
- Update existing patient details
- Delete patient records
- Medicine Management
- View list of prescribed medicines
- Add new medicine records
- Update medicine details
- Delete medicine records
After logging in as an Admin, the following features are available:
-
Doctor Management
- View all doctor details
- Add doctor details
- Update all doctor details
- Delete Doctors
- Display All Doctors count
-
Patient Management
- View all patient records
- Frontend: Angular, HTML, CSS, Bootstrap
- Backend: Spring Boot, Spring MVC, Spring Data JPA
- Database: MySQL
- Tools: Eclipse, Visual Studio Code, Postman, Git