/Hospital-Managment-System

Hospital managment system in javafx

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Hospital Management System



Description

Hospital Management System desktop app built using Java, JavaFX and SQL

Getting Started

Perquisites to use the app

Note: If you are a windows user, you can simply install the MySQL installer to download both the sql server and the worbench

  • Install MySQL installer.
  • Using installer install
    • MySql Server
    • MySql Workbench
    • Connector/j

installer

Configuring Workbench

Install the workbench using SQL installer as told above.

  • Make a new SQL connection
  • Set your username and password
  • Now setup the whole database by running the database/database.sql script in the workbench.

Configuring IntelliJ

File -> ProjectStructure -> Libraries -> + -> java -> path_to_jarfile
  • Make sure IntelliJ has detected the correct java SDK version. You can install java directly form the IntelliJ if not detected.
  • You can configure this javafx project using this documentation

vmoptoins

  • Open the Connection.java file and enter your user and password.

database connection

  • Default user and pass for the login page is imran123 and 123456 respectively

Overview

startup entry tables