A smart recruitment management system for a company/club/job specially for university clubs and companies. Built with PHP and JS. The project follow MVC pattern and uses MySQL as the database.
The needed tools for developing this project are:
- phpmyadmin
- php
- apache2
- mysql
If you are on Linux then you can go ahead and install all these LAMP stack and run the project to develop and if you are on linux then I will suggest you to use the XAMPP server software suite to easily be able to develop the project further more.
After setting up the environment you have to open the db_connect.php
file under the model directory and edit the credentials for your database connection there.
NB: You have to keep the project inside the directory which is the www root defined in the apache2 configuration
NB: This is a project for my Webtech course