https://github.com/vinayakkulkarni/jobify
:page_with_curl: Job Board Playground with Laravel / VueJS 2.x :zap:
https://github.com/vinayakkulkarni/jobify
job-board jobify jobs laravel laravel5 vue2 vuejs vuejs2
Last synced: 6 months ago
JSON representation
:page_with_curl: Job Board Playground with Laravel / VueJS 2.x :zap:
- Host: GitHub
- URL: https://github.com/vinayakkulkarni/jobify
- Owner: vinayakkulkarni
- License: mit
- Created: 2017-07-28T07:47:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T23:52:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:10:12.532Z (over 1 year ago)
- Topics: job-board, jobify, jobs, laravel, laravel5, vue2, vuejs, vuejs2
- Language: PHP
- Homepage:
- Size: 2.35 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Jobify :mortar_board:
+ This is simple CRUD app made with Laravel 5.x & Vue 2.x where one can submit Resumè etc, give me a star :star: if you like it :beers:
### :white_check_mark: `git clone` it :octocat:
```bash
$ git clone https://github.com/vinayakkulkarni/jobify.git
$ cd jobify
```### :white_check_mark: Backend Setup :ok_hand:
```bash
$ composer install
$ php vendor/bin/homestead make
```
> append `/etc/hosts` jobify.app``` bash
$ vagrant up
```### :white_check_mark: Database Setup :notebook:
``` bash
$ php artisan migrate:refresh --seed
```### :white_check_mark: Frontend Setup with `npm` :boom:
``` bash
$ npm install
$ gulp semantic-build
$ npm run production|dev
```
### :white_check_mark: Frontend Setup with `yarn` :100:
``` bash
$ yarn
$ gulp semantic-build
$ yarn run production|dev
```