This is a full stack e-commerce website built by Laravel, React, Bootstrap, Inertia JS, and MySQL.
- CRUD products, transactions, reviews of product
- Login and register
- Checkout products
- Tracking transaction
- Show notifications
- Chat service using Laravel Chatify
composer install
php artisan migrate:fresh --seed
php artisan serve
Then, open localhost:8000
.