Company Recruitment Site in PHP using CodeIgniter 4 Free Source Code

Language

Introduction

This simple project is a Company Recruitment Site. This is a web-based application project developed in PHP, CodeIgniter 4 Framework, and MySQL Database. This project's main goal is to develop a simple Recruitment Site for a certain company. The application provides an online platform to publish the company's job opening and allow possible applications to submit their applications. The application was developed with a pleasant user interface using the Bootstrap 5 Framework. It consists of simple and user-friendly features and functionalities

About the Company Recruitment Site

I developed this project using the following:

This Company Recruitment Site is accessible to the Company Management and to the possible Applicants. Here, the management is in charge of managing the list of vacancies or job openings in their company. They are required to log in with their system credentials in order to gain access to the features and functionalities of the system. The system administrator can manage the list of departments and vacancies per department. The applicants can list all the open vacancies posted on the public site. They can submit their application by filling in all the required fields on the application form. The application form can be found below the vacancy details. The administrators have the privilege to update the applicant's status. The system automatically computes the available slots per vacancy.

Features

Public/Applicant-Site

  • List All Vacancies
  • View Vacancy Details
  • Submit Application

Administrator-Site

  • Home Page
    • Display the summary.
  • Department Management
    • Add New Department
    • List All Departments
    • Edit/Update Department Details
    • Delete Department
  • Vacancy Management
    • Add New Vacancy
    • List All Vacancies
    • Edit/Update Vacancy Details
    • View Vacancy Details
    • Delete Vacancy
  • User Management
    • Add New User
    • List All Users
    • Edit/Update User Details
    • Delete User
  • Update Account Details/Credentials
  • Login and Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots of some Features

Admin Home Page

Company Recruitment Site

Admin Department Page

Company Recruitment Site

Admin Vacancies Page

Company Recruitment Site

Admin Applicant Details Page

Company Recruitment Site

Vacancy Details and Application Form Page (Public)

Company Recruitment Site

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming recruitment_db.
  6. Import the provided SQL file. The file is known as recruitment_db.sql located inside the database folder.
  7. Browse the Company Recruitment Site in a browser. i.e. http://localhost/ci4_recruitment/.

Admin Default Access:

Email: [email protected]
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Company Recruitment Site in PHP using CodeIgniter 4 Framework. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment