Skip to content

kirilltobola/hr-helper

 
 

Repository files navigation

Hr-helper

Description:

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.

Requirements:

  • MariaDB v10.4.17+
  • Laravel 8+
  • PHP 7.4+
  • node 14.20.0+
  • npm v7+

Contributors:

How to install and run:

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

Useful links:

About

Laravel Enjoyers - HR Helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.5%
  • Blade 30.9%
  • Shell 0.6%