A simple application to manage patient records, including adding, updating, viewing, and deleting patient details, built using Java and MySQL.
- Add new patient records.
- Update existing patient details.
- View all patients or search for a specific patient.
- Delete patient records.
- Programming Language: Java
- Database: MySQL
- Frameworks/Tools: JDBC for database connectivity, Console/CLI for user interaction.
- Java Development Kit (JDK) 11 or higher.
- MySQL Server 8.0 or higher.
- MySQL Connector/J for database connectivity.
- IDE (Eclipse/IntelliJ IDEA/NetBeans) or terminal access.
git clone https://github.com/username/PatientManagementSystem.git
cd PatientManagementSystem