This is a Ecommerce Cart application built with the Laravel and integrated with Stripe payment gateway.
- Clone this repository
git clone https://github.com/sudipsingh04/Shoping-Cart.git composer installphp artisan key:generatecp .env.example .envand configure your database in .env file.- Run migration to create tables in database.
php artisan migrate --seed - Final step run project server.
php artisan serve,
Now test it in your browser.