- Laravel
-
Clone the project
-
install composer dependencies via this command :
composer install
-
Connect to your own database and run database migration :
php artisan migrate
-
Run database Seeder to make some fake tags :
php artisan db:seed
-
Run :
php artisan storage:link
https://www.getpostman.com/collections/053abcc78419ce88ab88
Be Happy:)