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 install
php artisan key:generate
cp .env.example .env
and 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.