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.
- Host: GitHub
- URL: https://github.com/devmuaz/employment-system
- Owner: devmuaz
- Created: 2017-08-25T20:30:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T17:04:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T09:09:46.454Z (5 months ago)
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.