JobHub
This GitHub repository hosts a JavaFX application for a job search platform, designed to streamline the job search process. The application utilizes MySQL as its database backend, ensuring efficient data storage and retrieval.
git clone https://github.com/Mahdi-jamil/JobHub.git D:/
Ensure that you have Maven installed on your system.
All project dependencies are specified in the pom.xml
file. Maven will automatically download and manage these dependencies during the build process.
cd D:/JobHub
mvn dependency:resolve
- Check classes in java/DataBase and change username and password for user root to Your specific user
- Check resources/com/DataBase and run batch files after editing the connection to establish database and all tables and related stuff
- Check ScreenShots for a UI & UX
- Add run configuration --module-path "C:\YourPath\openjfx-21.0.1_windows-x64_bin-sdk\javafx-sdk-21.0.1\lib" --add-modules javafx.controls,javafx.fxml
- Make sure to modify options in run configuration to Add dependencies with "provided" scope to class path
- Note : double-click on a tableView usually do some important action (Apply,view details)
- Email :Email me
- Linked in : My LinkedIn Profile