Skip to content

A simple e-commerce store built using PHP, MySQL and Apache HTTP

License

Notifications You must be signed in to change notification settings

Raj-7799/AR-Shopping-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AR Shopping store

Project Overview

AR shopping store is a simple e-commerce store with design inspired by popular e-commerce clothing chains such as Zara, Marks and Spencer etc. To attract customers attention it uses smooth parallax effects and maintains a minimal look with it's black and white color pallete.

Installation

  1. The project relies on the LAMP stack. For installation you can follow the following RedHat article
  2. After installation, create a database named shopping_store using MySQL CLI. Run the following command create database shopping_store;
  3. The next step is to populate the database, this can be done using the shopping_store.sql file in the database folder. To do this run the following command in the MySQL CLI. source <path to database folder>/shopping_store.sql
  4. The last step is to copy the shopping-store folder to www/html. With default apache installation it should be under /var/www.

Design and website overview

Store landing

Login and Sign-up

Product page with option to filter by cateogary and sort by price / popularity

Product details page with option to add to cart

Full-fledged cart

Project-Timeline

01 / 2017 - 03-2017 Capstone project for Web-Programming Course

Contributors