Skip to content

nasimic/recruitment-pipeline

Repository files navigation

Check the current progress from here: TODO.md

To run tests

php artisan test

Installation guide

  • Clone project

  • Install packages

composer install
  • Copy and paste .env.example (Rename it to .env)
cp .env.example .env
  • Change DB configs in .env file as you wish (mind DB_TEST_DATABASE for testing)
php artisan key:generate
php artisan optimize
php artisan migrate
php artisan db:seed
php artisan serve

Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages