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.
- The project relies on the LAMP stack. For installation you can follow the following RedHat article
- After installation, create a database named
shopping_store
using MySQL CLI. Run the following commandcreate database shopping_store;
- 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
- The last step is to copy the
shopping-store
folder towww/html
. With default apache installation it should be under/var/www
.
01 / 2017 - 03-2017 Capstone project for Web-Programming Course
- Raj Patel Raj-7799
- Aditya Shinde Aditya-1212