Skip to content

Job Recruitment System is a platform that helps candidates and employers to connect with each other. This is a university project for the course Object Oriented Programming 2, created in 2025.

Notifications You must be signed in to change notification settings

codewithnill/JobRecruitmentSystem-OOP2Project-AIUB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Recruitment System

A comprehensive C# .NET Windows Forms application for managing job postings, applications, and candidates.

Features

  • For Employers: Post new jobs, view and manage applications.
  • For Job Seekers: Search and apply for jobs.
  • Admin Dashboard: Manage users, roles, and system data.

Technology Stack

  • Frontend: C#, Windows Forms
  • Backend: .NET Framework
  • Database: MS SQL Server

Database Schema

The database backup file (JobConnect.bak) is included in this repository. Below is the main schema:

Database Schema Diagram

Key Tables:

  • UsersTable - Stores login credentials and roles
  • JobsTable - Contains all job listings
  • ApplicationsTable - Tracks job applications

Installation and Setup

  1. Restore the Database:

    • Use the provided JobConnect.bak file to restore the database in SQL Server Management Studio (SSMS).
  2. Run the Application:

    • Open the Online Recruitment System.sln solution file in Visual Studio.
    • Build the solution to restore NuGet packages.
    • Run the project.

Contributing

This project was developed as an assignment for the course "OOP2" at AIUB.

About

Job Recruitment System is a platform that helps candidates and employers to connect with each other. This is a university project for the course Object Oriented Programming 2, created in 2025.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages