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.
If you are on UNIX and composer is installed globally, the easiest way is to run from project root
$ ./bin/setup.sh
Run composer install and set up parameters
$ composer install
Create database
$ bin/console doctrine:database:create
Execute migrations
bin/console doctrine:migrations:migrate
PHPSpec is used for testing. Currently only few stuff is covered, but you can check out:
$ vendor/bin/phpspec run