Instagram clone with many shared functionalities such as adding posts, following people, etc
Has working validation techniques using laravel breeze
Requires MySQL, Composer, npm
- download full project and place it somewhere safe
- Run
composer install - Create a MySQL database for the project (eg: laravel)
- Run
cp .env.example .env - Run
php artisan key:generatethen fix all data in the .env file - Run
php artisan migrate - Run
php artisan serve - Run
npm install - Run
npm run dev - Run
php artisan storage:link - Run
php artisan queue:work