promisemee / shopping.com

Online Shopping Mall - Web Development & Deployment 2019 Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopping.com

Online Shopping Mall - Web Development & Deployment 2019

Develop a web application that interacts with a MySQL database via PHP and that includes an authentication mechanism. 
The application has to implement the 4 CRUD operations (Create/Read/Update/Delete

Features

Customer

  • Join
  • Login & Logout
  • Modify Profile
  • Add to Cart
  • Delete from Cart
  • Advanced Search & Filter

Administrator

  • Add Product
  • Delete Product
  • Modify Product
  • Modify Profile

Demo Video

User Mode

DEMO HERE

Admin Mode

DEMO HERE

Built with

  • PHP
  • Javascript / JQuery
  • MySQL
  • Bootstrap 4

Installation

1. Download this repo
2. Place it mall folder under your server
   For example, put 'mall' folder under your 'C:\xampp\htdocs' file 
3. Create new user : username 'd1234' password '1234' in MySQL Database 
   OR change $dbuser and $dbpwd in /mall/Model.php to your MySQL account.
4. import db.sql and db_insert.sql

Run

'http://localhost/mall/index.php'

TODO

  • Favourites
  • Review
  • QnA
  • Delete & Modify product image directly from Web
  • List of Customer for Administrator
  • MyPage : Past Order, Modify Profile, Check Favourites, Review & QnA
  • Find Username and Password
  • Password Hashing

About

Online Shopping Mall - Web Development & Deployment 2019 Project

License:MIT License


Languages

Language:PHP 75.7%Language:JavaScript 10.1%Language:CSS 8.4%Language:Hack 5.6%Language:Dockerfile 0.2%