An open API service indexing awesome lists of open source software.

https://github.com/devmuaz/employment-system

A free and open source application to manage employers written in Java and designed well using css styles.
https://github.com/devmuaz/employment-system

Last synced: 3 months ago
JSON representation

A free and open source application to manage employers written in Java and designed well using css styles.

Awesome Lists containing this project

README

        

# Employment System

This is the main source code for Employment System written in Java using standard styles with css (JavaFX).

# How to import MySQL file

In the Source folder you'll find a folder called "database_copy" which has the "employee_db" database file and by that you can easily import it into your project.

# Required JAR files

You should have a jar file in the project to allow to to connect with MySQL database and the server too...
the file called "mysql-connector-java"
You can find the file above in the internet. Download it and add it to your project as new JAR file, then build the project.