Skip to content

SPA Laravel e-commerce project. It includes authentication, product view with product details and filters, shopping cart with stripe and admin panel.

Notifications You must be signed in to change notification settings

zh3tta/vshop-ecommerce

Repository files navigation

Ecommerce Web App

Modern and highly functional e-commerce SPA project, designed to deliver a smooth and intuitive user experience for both customers and administrators. It was developed using Laravel, Vue.js and Inertia.js. Includes product management, shopping cart and payments with stripe, admin panel and authentication.

Screenshots

Main screen Products
image1 image2
Description Dashboard
image3 image4

Installation

git clone https://github.com/zh3tta/vshop-ecommerce.git
cd vshop-ecommerce
composer install
npm install
php artisan key:generate # key 

Migration

After creating a database and placing it in the .env file, in the DB_DATABASE section, proceed with the migrations.

php artisan migrate

Run app

php artisan serv # run server
npm run dev # run styles vite

Technologies

  • Laravel v10.10
  • vite v5.0
  • tailwindcss v3.2.1
  • vue v3.4.0

About

SPA Laravel e-commerce project. It includes authentication, product view with product details and filters, shopping cart with stripe and admin panel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published