🚧 This project is under hard development and not yet ready for production 🚧
Welcome to "Recruit," your innovative open-source system designed to streamline and optimize the talent acquisition process. With Recruit, you can effortlessly manage every aspect of your recruitment efforts, from posting job openings to evaluating candidates and making data-driven decisions. Say goodbye to the complexities of recruitment and embrace a simpler, more efficient solution that empowers your organization to build a top-notch team. Get ready to revolutionize your recruitment strategy with Recruit!
Documentation can be found in OSSAdmiral-Recruit
You can install the dependency package via composer and NPM:
composer install
npm install && npm run build
Create symbolic link from your public/storage
php artisan storage:link
Run Database Migration
php artisan migrate
Run Database Seeder to populate the database
php artisan db:seed
Generate Permissions
php artisan permissions:sync -C -Y
if you experience slow loading, run this
php artisan icons:cache
[email protected]
password
Notes For Roles
Super Admin
- All permission is granted
Admin
- All permission is granted, but not including the following:
- Impersonating user
Standard
- All permission is granted, but not including the following permissions.
- delete
- restore
Main Page
- {SERVER_IP}/login
Candidate Portal
- {SERVER_IP}/portal/candidate
Career Page
- {SERVER_IP}/career
Location | Feature | Status |
---|---|---|
Admin | Job Opening | Implemented |
Admin | Job Candidates | Implemented |
Admin | Candidate Profile | Implemented |
Admin | Department | Implemented |
Admin | Referrals | Implemented |
Admin | Users | Implemented |
Admin | Roles & Permission | Implemented |
Candidate Portal | Job Opening | Implemented |
Candidate Portal | My Applied Job | Implemented |
Candidate Portal | Saved Job | Implemented |
Candidate Portal | My Resume | Implemented |
Career Page | Apply Job via Portal | Implemented |
Career Page | Apply Job via Application Form | Implemented |
OSSAdmiral-Recruit is a web application System with rich feature.
Thank you for considering contributing to the OSSAdmiral-Recruit.
In order to ensure that the OSSAdmiral community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail us. All security vulnerabilities will be promptly addressed.
The OSSAdmiral-Recruit is open-sourced software licensed under the GNU AGPLv3.