Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hospital Management System

Features 🌟

  1. Add Patient: Easily register new patients by inputting their personal details, contact information, and relevant medical records.

  2. View Patients: Browse through a list of all registered patients.

  3. View Doctors: Access comprehensive information about all available doctors, including their specialties.

  4. Book Appointment: Schedule appointments for patients by selecting the desired doctor and appointment date.

Getting Started πŸš€

Prerequisites

Ensure you have the following installed:

  • Java Development Kit (JDK)
  • MySQL Database
  • MySQL Connector/J (Java)

Setup

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/hospital-management-system.git
    
  2. Configure your MySQL database settings in the HospitalManagementSystem.java file

     private static final String DB_URL = "jdbc:mysql://localhost:3306/hospital";
     private static final String DB_USER = "your_username";
     private static final String DB_PASSWORD = "your_password";
    
  3. Compile and run the application.

  4. Follow the on-screen menu options to use the system.

About

This repository contains the code and resources for a comprehensive Hospital Management System (HMS). This system is designed to manage various aspects of a hospital's operations, including patient management, appointment scheduling, staff management, billing, and more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages