Skip to content

Job portal management system using Java and MySQL follows object oriented programming principles

Notifications You must be signed in to change notification settings

siva010928/Job-Portal

Repository files navigation

Job Portal

A desktop App,full implementation using oops and mysql and algorithms,that helps job seekers and job providers

To run this project:

  • Clone this Project in your local system.
  • install java(jdk) from official website
  • Open the terminal from the cloned project folder,then run the following command
java -jar ./Job-Portal.jar

Technologies

Project is created with:

  • Java SE 17.0. 2
  • JDBC 4.3
  • MYSQL 8.0
  • JavaFx 17

Project Status

Fronted in development, Backend tested and deployed.

Presentation

class diagram

star uml

flow diagram

miro

database design

mysql

Features

Job Seekers

    * search,filter,view job details and apply to the job
    * update profile
    * post a review of a company

Job Provider

    * post/search/filter/edit a job
    * join a company as a recruiter
    * search,filter candidates and review their applications(hiring,rejecting)

REFERENCE