Hr-helper is a graduation task in course "PHP-developer" created by BDA. It's a CRM system for HRs. It can simplify process of structuring and preparing CVs.
- MariaDB v10.4.17+
- Laravel 8+
- PHP 7.4+
- node 14.20.0+
- npm v7+
First you have to configure MySQL and create database for application.
Then create .env
file:
cp .env.example .env
Define database name in created .env
file:
DB_DATABASE={YOUR_DATABASE}
Then generate applicatino key and run migrations:
php artisan key:generate
php artisan migrate:fresh --seed