Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

E-commerce platform

E-commerce, short for electronic commerce, refers to the buying and selling of goods or services over the internet. E-commerce platforms enable users to browse, compare and purchase products or services online. Examples of e-commerce platforms include Amazon, Alibaba, Shopee, and many others. In this assignment, we will create a web application using the Django framework, which is a popular Python web framework that follows the Model-View-Controller (MVC) architecture.

Group Members

Name Matric
HONG PEI GEOK A20EC0044
MADIHAH BINTI CHE ZABRI A20EC0074
MAIZATUL AFRINA SAFIAH BINTI SAIFUL AZWAN A20EC0204
NURARISSA DAYANA BINTI MOHD SUKRI A20EC0120
SAKINAH AL'IZZAH BINTI MOHD ASRI A20EC0142

Contents📝

Overview of the e-commerce platform

This e-commerce website is built on the Django framework and has a simple design. It utilizes four primary data models: Category, Product, Order, and OrderItem. The interface is user-friendly and responsive. The system assumes uniform pricing, one seller, and constant product availability. The implementation is not optimized for large-scale applications and may have security and performance issues. The website allows customers to view, search, add, and modify products in their cart before providing shipping and billing details. Admins can access a dashboard displaying products, categories, orders, and total sales. They can create, modify, remove, view, search for categories and products, and view and modify order status.