Skip to content

Shripad735/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏥 Hospital Management System

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.

📋 Table of Contents

📝 Introduction

The Hospital Management System is designed to manage the administrative tasks of hospitals, including patient records, doctor appointments, and billing.

✨ Features

  • Manage patient records
  • Schedule and track doctor appointments
  • Generate billing
  • User authentication and authorization

🚀 Installation

Prerequisites

Ensure you have the following installed:

  • Java Development Kit (JDK)
  • Apache Tomcat
  • MySQL
  • Eclipse IDE
  • Proper JAR files for JDBC and Servlet APIs

Steps to Install

  1. Clone the Repository:

    git clone https://github.com/Shripad735/hospital-management-system.git
  2. Import Project in Eclipse:

    • Open Eclipse
    • File -> Import -> Existing Projects into Workspace -> Select the cloned repository
  3. 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";
  4. Add Libraries:

    • Ensure all required JAR files are added to your project’s build path.

▶️ Running the Project

  1. Start Apache Tomcat in Eclipse:

    • Add and configure your project on Tomcat.
    • Start the Tomcat server.
  2. Access the Application:

    • Open your browser and go to: http://localhost:8080/hospital-management-system/homepage.jsp

📸 Screenshots

Homepage Homepage Patient Login Patient Register Registration successful Patient Dashboard Patient Dashboard book appointment book_appointment Admin Login hospital_dashboard hospital_dashboard Other Services Other Services billing billing Booking Confirmed

🤝 Contributing

I welcome all contributions! Here’s how you can help:

  1. Fork the repository
  2. Create a new branch
    git checkout -b feature/your-feature
  3. Commit your changes
    git commit -m "Add your message here"
  4. Push to the branch
    git push origin feature/your-feature
  5. Create a Pull Request

For major changes, please open an issue first to discuss what you would like to change.

📞 Contact

If you have any questions or suggestions, feel free to contact me at:

Thank you for checking out the Hospital Management System project! 🙌

Releases

No releases published

Packages

No packages published

Languages