Skip to content

Latest commit

 

History

History
79 lines (72 loc) · 2.35 KB

README.md

File metadata and controls

79 lines (72 loc) · 2.35 KB

COMP3421 Web Project

We are designed to build up an e-commerce website which is for computer parts shopping.

Important notice: this repository code is shared with "COMP3334_Web_Project_GP38".

Overview

In this project, we are going to design an e-commerce website which is for computer parts shopping. Users visit the shopping website to browse for products, add products to the cart, and pay.

On this website, we are choosing to apply to the following technologies:

  • PHP
  • MySQL
  • HTML
  • CSS
  • JavaScript

We expect to include the below functions on the website:

  • Login and registration system
  • View my account
  • List all products
  • List transaction records
  • Create new items
  • Shopping cart
  • Payment system

Designed pages

The detailed page of the website will be shown as a table below:

Category Related page Function
User Registration, Login and Logout sign_up.php - Registrar an account of the system
- Common information: login id, nick name, email, password, birthday, and gender
login.php
authenticate.php
- Use id or email and password to login
- Remember login status using cookie
logout.php User logout (and delete cookie)
Product index.php This is the home page, and the user can:
  • Choose product
  • Add product to cart
  • Order the product
  • Update shopping cart
Admin create_product.php Admin can create product
products_list.php Admin can view all products list
sales_record.php Admin can view all the sell record

Group Members

  • HKSSY
  • Roland MOK
  • Sam KAN
  • Peter YUK