Jordan-Bianco / Ecommerce

Ecommerce built using Laravel 9, Vue 3 and Inertia.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecommerce app

Ecommerce built using laravel 9, vue 3, inertia.js and stripe to make payments. I developed the project using a TDD approach.

DB structure

Db-structure

Shop

Each user can view the products for sale and apply filters on them.
It is possible to search for a product by name, filter the results by category or by price, all without refreshing the page.
It is also possible to sort the results by price or by "best sellers".

filter-demo.mp4

Once logged in, the user can add the products to his cart, or save them in his whishlist. When the user clicks the payment button, he is redirected to the payment page provided by stripe.
When the user enters his data and makes the payment, he is redirected to a purchase confirmation page.

purchase-demo.mp4

User Dashboard

From the dashboard a registered user can summarize his purchases, view how many orders he has placed in a period of time, how much he has spent on average, etc. He can also view his orders in detail and update his profile information (username and password).

dashboard-demo.mp4

About

Ecommerce built using Laravel 9, Vue 3 and Inertia.js


Languages

Language:PHP 57.9%Language:Vue 40.6%Language:JavaScript 0.8%Language:Blade 0.4%Language:Shell 0.3%Language:CSS 0.0%