An open API service indexing awesome lists of open source software.

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:

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
```