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.
Main screen | Products |
---|---|
Description | Dashboard |
---|---|
git clone https://github.com/zh3tta/vshop-ecommerce.git
cd vshop-ecommerce
composer install
npm install
php artisan key:generate # key
After creating a database and placing it in the .env
file, in the DB_DATABASE section, proceed with the migrations.
php artisan migrate
php artisan serv # run server
npm run dev # run styles vite
- Laravel v10.10
- vite v5.0
- tailwindcss v3.2.1
- vue v3.4.0