https://github.com/OSSAdmiral/Recruit
Self-hosted app for Corporate Recruitment System built with Latest Laravel Version (10.x) & FilamentPhp (3.x)
https://github.com/OSSAdmiral/Recruit
ats ats-laravel ats-system laravel-ats recruit-system recruitment recruitment-system
Last synced: about 2 months ago
JSON representation
Self-hosted app for Corporate Recruitment System built with Latest Laravel Version (10.x) & FilamentPhp (3.x)
- Host: GitHub
- URL: https://github.com/OSSAdmiral/Recruit
- Owner: OSSAdmiral
- License: agpl-3.0
- Created: 2023-07-19T05:07:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T01:54:50.000Z (11 months ago)
- Last Synced: 2024-11-13T02:33:24.985Z (11 months ago)
- Topics: ats, ats-laravel, ats-system, laravel-ats, recruit-system, recruitment, recruitment-system
- Language: PHP
- Homepage: https://ossadmiral-recruit.netlify.app
- Size: 2.71 MB
- Stars: 35
- Watchers: 3
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
:construction: This project is under hard development and not yet ready for production :construction:
[](https://img.shields.io/badge/Laravel-v10-FF2D20?style=for-the-badge&logo=laravel&logoColor=white)
[](https://img.shields.io/badge/PHP-v8.1-777BB4?style=for-the-badge&logo=php&logoColor=white)
[](https://img.shields.io/badge/PHP-8.0-777BB4?style=for-the-badge&logo=php)


# Introduction
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!
# Official Documentation
Documentation can be found in [OSSAdmiral-Recruit](https://oss-admiral.gitbook.io/ossadmiral-recruit/)
# Installation
You can install the dependency package via composer and NPM:
```bash
composer install
```
```bash
npm install && npm run build
```Create symbolic link from your public/storage
```bash
php artisan storage:link
```Run Database Migration
```bash
php artisan migrate
```Run Database Seeder to populate the database
```bash
php artisan db:seed
```Generate Permissions
```bash
php artisan permissions:sync -C -Y
```if you experience slow loading, run this
```bash
php artisan icons:cache
```# Pre-defined Access Credentials
###### SUPER USER
```
superuser@mail.com
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### Initial Route
> `Main Page` - {SERVER_IP}/login
> `Candidate Portal` - {SERVER_IP}/portal/candidate
> `Career Page` - {SERVER_IP}/career
## Features
| 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 |## Discord
## About OSSAdmiral-Recruit
OSSAdmiral-Recruit is a web application System with rich feature.
## Contributing
Thank you for considering contributing to the OSSAdmiral-Recruit.
## Code of Conduct
In order to ensure that the OSSAdmiral community is welcoming to all, please review and abide by the [Code of Conduct](#).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail us. All security vulnerabilities will be promptly addressed.
## License
The OSSAdmiral-Recruit is open-sourced software licensed under the [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/).