# LifeStyle Store - First create databse in phpmyadmin with the same name of give SQL file name. - In that database import database. - Import given SQL file to the database. __________________________________Folder Structure__________________________________________________ project_solution/ ├── 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
UMANG2707/Life-Style-Store
Lifestyle store is awesome e-commerce website which has been developed using PHP, Bootstrap and MySQL during internshala online training.
PHP