Question: Term Project - A small sales site will be developed (As explained in two different lecture sessions) - No Frameworks are allowed - Zero Code


Term Project - A small sales site will be developed (As explained in two different lecture sessions) - No Frameworks are allowed - Zero Code Similarity (Similarity will be controlled both by the instructor and plagiarism software) - A ZIP or RAR file must be submitted - Your compressed file must contain; - your CSS, HTML, JS, PHP files - A text file for CREATE DATABASE, CREATE TABLE and INSERT INTO queries Minimum You have to have the following pages - A Login Page - A Signup Page - Search/List Products - View Past Purchases - View Current Cart - Add Products to the Cart Remove Products from the Cart - Purchase Page (Payment Page) - Confirm Purchase Remove Products from the Cart - Purchase Page (Payment Page) - Confirm Purchase - Logout Page - Admin Page to add, remove, modify products In your Database you should have the following tables (minimum) - User Table - username; - password - name - surname - address - email - telno - Products - prod_code - brand - model - name - desc - price - Purchases - user_id - prod_id - quantity - date_time - User Table - username; - password - name - surname - address - email - telno - Products - prod_code - brand - model - name - desc - price - Purchases - user_id - prod_id - quantity - date_time - purchased (boolean) - invoice_no (optional) - Invoice (Optional) - invoice_no - product - price - amount - vat
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
