/jobify

:page_with_curl: Job Board Playground with Laravel / VueJS 2.x :zap:

Primary LanguagePHPMIT LicenseMIT

Jobify πŸŽ“

  • This is simple CRUD app made with Laravel 5.x & Vue 2.x where one can submit ResumΓ¨ etc, give me a star ⭐ if you like it 🍻

βœ… git clone it :octocat:

$ git clone https://github.com/vinayakkulkarni/jobify.git
$ cd jobify

βœ… Backend Setup πŸ‘Œ

$ composer install
$ php vendor/bin/homestead make

append /etc/hosts jobify.app

$ vagrant up

βœ… Database Setup πŸ““

$ php artisan migrate:refresh --seed

βœ… Frontend Setup with npm πŸ’₯

$ npm install
$ gulp semantic-build
$ npm run production|dev

βœ… Frontend Setup with yarn πŸ’―

$ yarn
$ gulp semantic-build
$ yarn run production|dev