https://github.com/devradheee/health-mnagement-system
Health Management System: A web-based application using Java (JSP, Servlets, JDBC) and MySQL to manage patient records, appointments, doctor schedules, and more.
https://github.com/devradheee/health-mnagement-system
java jdbc jsp mysql servlet spring-boot
Last synced: 5 months ago
JSON representation
Health Management System: A web-based application using Java (JSP, Servlets, JDBC) and MySQL to manage patient records, appointments, doctor schedules, and more.
- Host: GitHub
- URL: https://github.com/devradheee/health-mnagement-system
- Owner: devradheee
- Created: 2024-06-04T04:53:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T20:20:10.000Z (about 1 year ago)
- Last Synced: 2025-07-09T12:09:38.712Z (about 1 year ago)
- Topics: java, jdbc, jsp, mysql, servlet, spring-boot
- Language: Java
- Homepage: https://github.com/devradheee/Health-Mnagement-System
- Size: 4.48 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
Health Management System
A **Health Management System** is a web-based application designed to help manage and organize healthcare data efficiently. This system enables users to manage patient records, appointments, doctor information, and more.
## Features
- **User Management**: Registration and login for patients, doctors, and admins.
- **Patient Records**: CRUD operations for storing and managing patient details.
- **Appointments**: Schedule, update, and cancel appointments.
- **Doctor Information**: Manage doctor profiles and availability.
- **Database Integration**: Powered by MySQL for data storage and retrieval.
- **Authentication and Authorization**: Secure user authentication and role-based access.
---
## Technologies Used
- **Frontend**: JSP (Java Server Pages), HTML, CSS, JavaScript
- **Backend**: Java Servlets, JSP
- **Database**: MySQL
- **JDBC**: For database connectivity
- **Server**: Apache Tomcat
- **Version Control**: Git
---
## Requirements
- **Java Development Kit (JDK)**: Version 8 or higher
- **Apache Tomcat Server**: Version 9 or higher
- **MySQL**: Version 5.7 or higher
- **Maven** (optional): For dependency management
---
## Installation and Setup
### Step 1: Clone the Repository
```bash
git clone https://github.com/devradheee/Health-Mnagement-System.git
cd Health-Mnagement-System
πProject Structure
Health-Management-System/
βββ src/
β βββ main/
β β βββ java/
β β β βββ com.healthmanagementsystem/
β β β β βββ controller/ # Servlets
β β β β βββ dao/ # Database access objects
β β β β βββ model/ # Entity classes
β β β β βββ utils/ # Utility classes (e.g., DB connection)
β βββ webapp/
β βββ WEB-INF/
β β βββ web.xml # Deployment descriptor
β βββ views/ # JSP files
β βββ css/ # Stylesheets
β βββ js/ # JavaScript files
βββ database.sql # Database schema and sample data
βββ pom.xml # Maven dependencies (optional)
βββ README.md # Project documentation