Skip to content

This is the e-commerce website for simple LifeStore, Simple functions included.

Notifications You must be signed in to change notification settings

Gauravbhatt19/Project_lifeStore_ECom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project_lifeStore_ECom

This is the e-commerce website for simple LifeStore, Simple functions included. Web Development Project Folder Structure_____

Project/
├── 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 in the website)
├──  includes/	 
│    ├── check-if-added.php
│    ├── common.php
│    ├── footer.php
│    └── header.php
├──  first/	 (contains all the sql files to import)
│    ├── create_users_table.sql (create whole schema for all the tables in db)
│    ├── insert_items.sql (insert items into items table)
├──  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

About

This is the e-commerce website for simple LifeStore, Simple functions included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published