Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
Tap to open live demo
Interactive live demo — verify the project before you buy
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
FileMakr presents a Campus Recruitment System project for college final year students looking for a practical PHP and MySQL academic project with source code. This web application connects students, companies, and placement administrators in one platform for campus placement activities. Students can register, complete profiles, upload resumes, browse jobs, apply based on eligibility, and track application status. Companies can register, wait for admin approval, manage profiles, post jobs, review applications, schedule recruitment drives, and export data. Administrators get a separate console to manage students, companies, job categories, jobs, notices, contact messages, reports, and additional admin accounts. This project is well suited for a major project because it includes multi-user workflows, role-based access, reporting, and database operations. It can also be adapted as a minor project with reduced scope. Source code, database files, setup steps, and demo credentials are provided. Formal project report and live demo details were not provided.
Ready to download?Pay once · Use for submission & viva
Modules and controls available to administrators
What end users can do in this application
Additional capabilities included in the project
uploads/ directoryBASE_URL, upload size, and allowed file extensionsseed.sqlStep-by-step setup on your laptop or PC
campus_recruitment.Import the database files in this order:
mysql -u YOUR_USER -p campus_recruitment < database/schema.sql
mysql -u YOUR_USER -p campus_recruitment < database/seed.sql
config/database.php and update the host, database name, username, and password.config/config.php and set BASE_URL correctly. Use '' for root or the exact subfolder path if hosted inside one.uploads/ folder is writable by the PHP process.Run the project using your web server, or start the PHP built-in server from the project directory:
php -S localhost:8080
http://localhost:8080 in the browser, or adjust the path if you are using a subfolder..htaccess if present for rewrite or upload access rules.seed.sql has been imported successfullyDefault demo accounts for testing after setup
These credentials apply only after importing database/seed.sql. Change them before production use.
adminadmin123[email protected] to [email protected]student123[email protected], [email protected], [email protected], [email protected]company123[email protected]company123[email protected]company123Usage terms for academic and personal projects
Search terms and categories for this source code