Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 967 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 967 Bytes

Laravel Pin with Laravel and VueJs

A Simple Pinterest project built with Laravel and Vue.js can be a platform for users to save and discover ideas.

Demo

Home Guest Home Guest Home Auth Home Auth Upload Upload Page Login Auth Page

Installation

Clone this project using the following commands:

  git clone https://github.com/geriadam/laravel-pin.git
  cd laravel-pin

Install Backend

  cp .env.example .env
  composer install
  php artisan key:generate
  php artisan migrate --seed
  php artisan serve

Install Frontend

  npm install
  npm run dev

License

MIT