https://github.com/l33t-c0d3r-66/health-insurance-management-system
A Health Insurance Project created with JavaFX.
https://github.com/l33t-c0d3r-66/health-insurance-management-system
fontawesome
hibernate
java
javafx
jfeonix
mysql
Last synced: 3 months ago
JSON representation
A Health Insurance Project created with JavaFX.
-
Host: GitHub
-
URL: https://github.com/l33t-c0d3r-66/health-insurance-management-system
-
Owner: l33t-c0d3r-66
-
License: mit
-
Created: 2022-06-27T07:03:50.000Z
(over 2 years ago)
-
Default Branch: master
-
Last Pushed: 2022-12-13T20:26:13.000Z
(about 2 years ago)
-
Last Synced: 2023-03-04T01:56:01.302Z
(almost 2 years ago)
-
Topics: fontawesome, hibernate, java, javafx, jfeonix, mysql
-
Language: Java
-
Homepage:
-
Size: 614 KB
-
Stars: 5
-
Watchers: 1
-
Forks: 1
-
Open Issues: 0
-
Metadata Files:
-
Readme: README.md
-
License: LICENSE
Awesome Lists containing this project
# Health-Insurance-Management-System
A Health Insurance Project created with JavaFX and Hibernate Framework.
This Project is built using IntelliJ Idea JFeonix for Material UI and SceneBuilder.
CSS was used for Coloring and Some Styling.
Maven was used as built tool.
This Project can be used by Health Insurance Companies for their Insurance Management Task.
## What is JavaFX?
JavaFX is a software platform for creating and delivering desktop applications, as well as rich web applications that can run across a wide variety of devices.
JavaFX has support for desktop computers and web browsers on Microsoft Windows, Linux, and macOS, as well as mobile devices running iOS and Android.
Check JavaFX on: https://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm
Also Check this: https://openjfx.io/
## What is JFoenix?
JFoenix is an open source Java library, that implements Google Material Design using Java components.
Read more about JFeonix at: http://www.jfoenix.com/documentation.html
## What is SceneBuilder?
Scene Builder is free and open source, but is backed by Gluon.
Scene Builder allows you to easily layout JavaFX UI controls, charts, shapes, and containers, so that you can quickly prototype user interfaces.
Explore More: https://docs.gluonhq.com/scenebuilder/
## What is Hibernate?
Hibernate is a Java framework that simplifies the development of Java application to interact with the database.
It is an open source, lightweight, ORM (Object Relational Mapping) tool.
Hibernate implements the specifications of JPA (Java Persistence API) for data persistence.
You can find more about hibernate on: https://hibernate.org/orm/documentation/5.6/
## Contributions
Feel Free to Contribute to this Project.
Follow the Following Steps to Contribute
1. Fork the Project
2. Clone the repository
3. Open the Project in IntelliJ Idea
4. Open MySQL and Create a Database wit Name `ims`
5. Run the Project.
## Project Images