avinashn / Search_and_gallery_app_vuejs

A simple gallery view type app with search feature in vuejs.

Home Page:http://justlaravel.com/posts-search-gallery-view-app-vue-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Laravel manages the frontend tools like vue using NPM. So runnpm install to get all the required dependencies.
  • Rename .env.example to .env and provide your database details there.
  • It needs a database table to perform Create, Read and Delete operations on it.
  • Import the sql file (posts.sql) located at /resources/assets directory.
  • Run
    php artisan key:generate

Working Demo

You can see the demo of the project here

Reference Post

http://justlaravel.com/posts-search-gallery-view-app-vue-js

App Demo:

https://www.youtube.com/watch?v=eJkVF2Q6Upk

About

A simple gallery view type app with search feature in vuejs.

http://justlaravel.com/posts-search-gallery-view-app-vue-js


Languages

Language:JavaScript 93.7%Language:PHP 5.8%Language:CSS 0.3%Language:HTML 0.2%