A Simple Pinterest project built with Laravel and Vue.js can be a platform for users to save and discover ideas.
Home Guest Home Auth Upload Page Auth Page
Clone this project using the following commands:
git clone https://github.com/geriadam/laravel-pin.git
cd laravel-pin
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
php artisan serve
npm install
npm run dev