A comprehensive C# .NET Windows Forms application for managing job postings, applications, and candidates.
- 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.
- Frontend: C#, Windows Forms
- Backend: .NET Framework
- Database: MS SQL Server
The database backup file (JobConnect.bak
) is included in this repository. Below is the main schema:
UsersTable
- Stores login credentials and rolesJobsTable
- Contains all job listingsApplicationsTable
- Tracks job applications
-
Restore the Database:
- Use the provided
JobConnect.bak
file to restore the database in SQL Server Management Studio (SSMS).
- Use the provided
-
Run the Application:
- Open the
Online Recruitment System.sln
solution file in Visual Studio. - Build the solution to restore NuGet packages.
- Run the project.
- Open the
This project was developed as an assignment for the course "OOP2" at AIUB.