Skip to content

Salmaan-M/Hospital-Management-System-Using-SQL-and-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation


Hospital Management System Using SQL and Java

About

This project is a Hospital Management System built with Java and SQL that automates core hospital functions. It provides a console-based interface to manage patient records, doctor information, appointments, and other administrative workflows.

Features

  • Add, update, view, and delete patient records and doctor details
  • Schedule and manage appointments efficiently
  • Uses JDBC to connect to an SQL database for persistent storage
  • Command-line interface for easy interaction
  • Implements CRUD (Create, Read, Update, Delete) operations across modules

Installation and Usage

  1. Ensure you have Java and an SQL database (e.g., MySQL) installed.
  2. Clone this repository:
    git clone https://github.com/Salmaan-M/Hospital-Management-System-Using-SQL-and-Java.git
  3. Configure the database connection parameters in the source code.
  4. Compile the Java files:
    javac *.java
  5. Run the main application:
    java Main
  6. Follow on-screen prompts to use the management system.

Technologies Used

  • Java (Core and JDBC)
  • SQL (MySQL or other relational databases)
  • Command-line interface

Author

Salmaan M


About

Hospital Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages