agarwal-akash / Hospital-Management

Written in Java as a project in class-12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hospital Management System AUR AUR

A desktop application written in Java for a Hospital Management System. This project was made in class-12 (CBSE-Informatics and Practices).

  • Provides password protected Admin panel.
  • MySql for backend
  • Sleek interface
  • Record of Patients,Doctors and additional facilities such as rooms and billing.

Screenshots

alt text alt text alt text alt text alt text

Getting started 💻

  • To get the database first create a database in MySql and then put the hp_mgmt_db.sql dump file in your MyMySQL Server5.1/bin directory. Now in command prompt enter:

    • cd Program Files/MySQL/MySQL Server5.1/bin “press enter"
    • mysql –u root –p database_name < database_name.sql “press enter”

    This will complete the database transfer to your computer.

  • You will need to download rs2xml.jar and add it to your libs in netbeans project.

Download

  • To run the application click here and use username:akash password:123456 to open the application.

Licence AUR

This application is licenced under GNU.

Thank you. :bowtie:

About

Written in Java as a project in class-12

License:GNU General Public License v3.0


Languages

Language:Java 96.8%Language:TSQL 3.2%