This repository consist of all the assignments which should be uploaded to Web-Development Training.
- Atom Text Editor. ( Click here to go to the Download Page )
- XAMPP - It is an easy to install Apache distribution containing MariaDB, PHP, and Perl. ( Click here to go to te Download Page )
PHP/
├── css/ (contains all the css files)
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ └── index.css
├── database/ (contains database)
| └──ecommerce.sql
├── 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
├── login.php
├── login_script.php
├── logout_script.php
├── products.php
├── settings.php
├── settings-script.php
├── signup.php
├── signup_script.php
└── success.php
- Start the Apache and MySQL modules using the XAMPP controller.
- Open the phpMyAdmin and create a database "lifestylestore".
- Import the lifestylestore.sql file present in the zip folder.
- Open the htdocs folder in the xampp folder. Copy paste the folder lifestylestore.
- Open the browser (chrome), type localhost/lifestylestore and you should see the index page of the website.
CONTACT: amitdeka13@gmail.com
LICENSE AND COPYRIGHT: All the images used for this project are representational images. Internshala holds no copyright over these images. TRADEMARKS:
- The trademarks of the brands belong to the respective brands and Internshala does not trademark violations. 2.)".Lifestyle" and "Lifestyle store" are not registered trademarks of Internshala nor it holds any copyright over the use of these words.