/job-board-1

Job Board App

Primary LanguagePHP

Job Board

Simple job publishing/review app that allows HR managers to post jobs and moderators to approve/deny posted jobs.

Bellow you can find more details on installation of app.

Setup

Script

If you are on UNIX and composer is installed globally, the easiest way is to run from project root

 $ ./bin/setup.sh

Manual

Run composer install and set up parameters

$ composer install

Create database

$ bin/console doctrine:database:create

Execute migrations

 bin/console doctrine:migrations:migrate

Tests

PHPSpec is used for testing. Currently only few stuff is covered, but you can check out:

$ vendor/bin/phpspec run