Skip to content

📃 Job Board Playground with Laravel / VueJS 2.x ⚡

License

Notifications You must be signed in to change notification settings

vinayakkulkarni/jobify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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