/footwear

MEVN stack e-commerce application for footwear e-commerce with some of the common features. Follows material design standards for client-side style.

Primary LanguageJavaScript

banner

Footwear

Footwear is a MEVN stack project which is a part of Vue.js Creating and Hosting a Full Stack Site. From the main course contents this repository is different in the context of:

  • Vue Version: Vue 3 (Main Course is on Vue 2)
  • Design: Materialize (Main is pure CSS)

This mini e-commerce includes following features.

  • Get All Products
  • Get Each Product Details
  • Add Items To Cart
  • Get Cart Items with Total Bill
  • Remove an Item from Cart

Demonstration

app

Screenshot-1 Screenshot-2 Screenshot-3
app app app

How to run

Insert data intro mongo according to the way defined in db.md. Then run the following command:

cd api && npm run dev