Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.4 KB

File metadata and controls

41 lines (31 loc) · 1.4 KB

Ecom-be

In this project, we will walk you through the building of a basic Ecom website.

Server side

Follow the step below to start building the backend. As we are now at the last week of course, this guide will only served as a references checklist. There will be missing code, typos, and other bugs so please don't coppy the code.

Basic Features

Users :

  • Users can register account.
  • Users can see All products, filter by category, search by keywords, sorted by Attributes.
  • Users can see Product details, add to Cart.
  • Users can Edit Cart, Delete Cart.
  • User's Cart is saved until Paid or Deleted.
  • Users can checkout and pay for cart.

Admin:

  • Admin can see all User's detail, cart, top-up balance request.
  • Admin Dashboard with business indicator tools.
  • Admin can accept top-up balance request.
  • Admin can check order.
  • Admin can add , edit, delete products.
  • Admin can top-up balance for user.

Project Guides