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".
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.
- PHP
- MySQL
- HTML
- CSS
- JavaScript
- Login and registration system
- View my account
- List all products
- List transaction records
- Create new items
- Shopping cart
- Payment system
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:
|
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 |
- HKSSY
- Roland MOK
- Sam KAN
- Peter YUK