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.
- 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
- Ensure you have Java and an SQL database (e.g., MySQL) installed.
- Clone this repository:
git clone https://github.com/Salmaan-M/Hospital-Management-System-Using-SQL-and-Java.git 
- Configure the database connection parameters in the source code.
- Compile the Java files:
javac *.java
- Run the main application:
java Main 
- Follow on-screen prompts to use the management system.
- Java (Core and JDBC)
- SQL (MySQL or other relational databases)
- Command-line interface
Salmaan M