Sebastian Schmidt
This application is a Job Seeking Website. It was developed as part of an assignment for 2503ICT Web Programming in 2014.
If you have any feedback or issue please open an issue.
git clone git@github.com:publicarray/workseek.git
cd 2503ict-assign2/laravel
composer install --prefer-dist
php artisan key:generate
php artisan serve
next open http://localhost:8000 in a web browser.
More information can be found at: laravel.com/docs/installation
git clone git@github.com:publicarray/workseek.git
cd 2503ict-assign2/laravel
composer install --prefer-dist
npm install
bower install
gulp
php artisan serve