Welcome to the Hospital Management System project! This project is built using Java, JSP, Servlets, JDBC, and MySQL. It aims to streamline and manage hospital operations efficiently.
The Hospital Management System is designed to manage the administrative tasks of hospitals, including patient records, doctor appointments, and billing.
- Manage patient records
- Schedule and track doctor appointments
- Generate billing
- User authentication and authorization
Ensure you have the following installed:
- Java Development Kit (JDK)
- Apache Tomcat
- MySQL
- Eclipse IDE
- Proper JAR files for JDBC and Servlet APIs
-
Clone the Repository:
git clone https://github.com/Shripad735/hospital-management-system.git
-
Import Project in Eclipse:
- Open Eclipse
- File -> Import -> Existing Projects into Workspace -> Select the cloned repository
-
Configure Database:
- Create a database in MySQL using the provided
sql.txt
file. - Update the database credentials in the project:
String url = "jdbc:mysql://localhost:3306/hospitalmngsys"; String username = "your_username"; String password = "your_password";
- Create a database in MySQL using the provided
-
Add Libraries:
- Ensure all required JAR files are added to your project’s build path.
-
Start Apache Tomcat in Eclipse:
- Add and configure your project on Tomcat.
- Start the Tomcat server.
-
Access the Application:
- Open your browser and go to:
http://localhost:8080/hospital-management-system/homepage.jsp
- Open your browser and go to:
I welcome all contributions! Here’s how you can help:
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature
- Commit your changes
git commit -m "Add your message here"
- Push to the branch
git push origin feature/your-feature
- Create a Pull Request
For major changes, please open an issue first to discuss what you would like to change.
If you have any questions or suggestions, feel free to contact me at:
- Email: shripadgaurav444@gmail.com
- LinkedIn: Click Here
Thank you for checking out the Hospital Management System project! 🙌