williamniemiec / wp_eCommerce

An e-commerce website project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Website Project] e-Commerce

e-Commerce logo

This is a project about a website for e-Commerce. It is not a complete e-commerce system, however it serves as a basis for building one. This project uses MVC design pattern, made in PHP.


Requirements

  • password_strength
  • jQuery
  • Bootstrap 4
  • Adblock disabled in the page (this is because adblock blocks urls with 'ad' in the name)

Project organization

/

Name Type Function
media Directory Visual informations about the project
src Directory Contains all website files
.project File File created by IDE

/src

Name Type Function
assets Directory Contains all application content files
controllers Directory Contains all application controller classes
core Directory Contains the classes responsable for the MVC operations
db Directory Contains the database of the application
models Directory Contains all application model classes
vendor Directory Folder created by Composer - responsable for classes autoload
views Directory Contains all application view classes
.buildpath File File created by IDE
.htaccess File Responsible for friendly url
.project File File created by IDE
composer.json File File created by Composer
config.py File Website configuration file (Database and website location)
environment.php File File responsible for defining which environment is in use
index.php File File responsible for starting the website

Application photos

Home

home

About

about

Register

register register_success

Note: Password: test1234@A

MyAds

myAds

AddAd

addAd

EditAd

editAd

Note: All photos will be saved in assets/images/ads.

Ad

ad

About

An e-commerce website project

License:MIT License


Languages

Language:CSS 61.6%Language:PHP 23.8%Language:JavaScript 12.0%Language:TSQL 1.8%Language:Hack 0.8%