Bases_Hospital_G3

Hospital Management System

Introduction

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. Pantalla del Paciente

Installation and Setup

Prerequisites

Steps

  1. Clone the repository. ```sh git clone
  2. Set up the MySQL database using the provided SQL scripts.
  3. Run the application from your IDE (e.g., NetBeans, IntelliJ IDEA) or from the command line.

    Database Connection

  4. 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>
    

Contributing

Feel free to collaborate on the project; all updates are warmly welcomed. 😺