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