Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 827 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 827 Bytes

ecommerce

Try out my E-Commerce App

This E-Commerce app was made using MERN stack (Mongoose, Express, React, Node.js) - React Hooks with Node API following MVC pattern.

Payment is handled through Braintree (A PayPal Company).

It contains:

  • new arrivals
  • best sellers
  • search products
  • product image
  • product information
  • in stock/sold out
  • view product
  • related products
  • add to cart
  • adjust quantity
  • signin to checkout
  • user dashboard
  • admin dashboard
  • private routes
  • admin routes
  • shopping cart
  • checkout with credit card and PayPal
  • success/error/loading messages
  • update profile
  • advance search on category and price
  • load more products
  • create category
  • create product
  • view orders
  • manage orders
  • update/delete products
  • role based access
  • and much more...