This product is an ecommerce site.
git clone https://github.com/john555/online-shop.git
cd online-shop
composer install
yarn install
php artisan serve
After running the above commands, go to your web browser to view the website at http://127.0.0.1:8000.