Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 3.76 KB

README.md

File metadata and controls

106 lines (72 loc) · 3.76 KB

🚧 This project is under hard development and not yet ready for production 🚧

Admiral OSS

Laravel PHP FilamentPhp GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub

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

Installation

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

Pre-defined Access Credentials

SUPER USER

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

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.