Skip to content

It is a simple e-commerce website where people can browse products and buy products. Further, they can review the order details and manage the cart with it.

Notifications You must be signed in to change notification settings

vaibhav132/LifeStyle-Store

Repository files navigation

LifeStyle-Store

Extract the files from LifeStyle Store.zip.

Folder Structure_____

LifeStyle Store/
├── css/ (contains all the css files)
│    ├── bootstrap.css
│    ├── bootstrap.min.css
│    └── index.css
├── fonts/ (contains glyphicons)
│    ├── glyphicons-halflings-regular.eot
│    ├── glyphicons-halflings-regular.svg
│    ├── glyphicons-halflings-regular.ttf
│    ├── glyphicons-halflings-regular.woff
│    └── glyphicons-halflings-regular.woff2
├── js/ (contains Bootstrap Js files.)
│    ├── bootstrap.js
│    └── bootstrap.min.js
├── img/
│    └── (contains all images required for developing the website)
├── includes/	 
│    ├── check-if-added.php
│    ├── common.php
│    ├── footer.php
│    └── header.php
├──  cart-add.php
├──  cart-remove.php
├──  cart.php 
├──  index.php
├──  lifestylestore.sql (Database of the project)
├──  login.php
├──  login_script.php
├──  logout_script.php
├──  products.php
├──  settings.php
├──  settings-script.php
├──  signup.php
├──  signup_script.php
└──  success.php

SETUP_____________________________________________

  1. Start the Apache and MySQL modules using the XAMPP controller.
  2. Open the phpMyAdmin and create a database "lifestylestore".
  3. Import the lifestylestore.sql file present in the zip folder.
  4. Open the htdocs folder in the xampp folder. Copy paste the folder lifestylestore.
  5. Open the browser (chrome), type localhost/lifestylestore and you should see the index page of the website.

CONTACT: [email protected] WEBSITE: https://www.linkedin.com/in/vaibhav-anuragi-631a7b161

About

It is a simple e-commerce website where people can browse products and buy products. Further, they can review the order details and manage the cart with it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published