This project is a Hospital Management System developed in Java with JavaFX for the user interface and MySQL for the database management. The system allows different types of users (patients, doctors, administrators) to interact with the application, perform CRUD operations, and manage hospital data efficiently.
Prerequisites
Steps
Ensure the MySQL Connector is added to your project dependencies. Example for Maven:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.26</version>
</dependency>
Feel free to collaborate on the project; all updates are warmly welcomed. 😺