/EmployeeRecruitmentSystem

PHP website for recruiters - university mini project

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

This project is no longer maintained.

Employee Recruitment System

Introduction
This repository consists of a simple recruitment system developed using PHP and MySQL which facilites oraganization to post their staffing requirements and view profiles of interested candidates. Also, organization can sort interested candidates and schedule their exams and interviews. It can be helpful for candidates to find requirements in the company and to apply for appropriate job. The primary purpose to develop this system is to optimize the recruitment process for an organization.

Usage
Using XAMPP or WMPP :

  • Copy extracted files to the web server's root directory [most probably, C:\xampp\htdocs in XAMPP or C:\wamp\www in WAMP].
  • Start APACHE and MySQL servers from XAMPP/WAMP control panel.
  • Go to phpmyadmin from XAMPP/WAMP control panel and create a blank database named 'recruitment'.
  • Import recruitment.sql to this database.
  • Change the host, user, password in connect.php according to your phpmyadmin credentials.
  • Finally, access the project files throgh url localhost/<local_dirctory_path> in your browser.

Screenshots
All screenshots are here