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.
- password_strength
- jQuery
- Bootstrap 4
- Adblock disabled in the page (this is because adblock blocks urls with 'ad' in the name)
| Name | Type | Function |
|---|---|---|
| media | Directory |
Visual informations about the project |
| src | Directory |
Contains all website files |
| .project | File |
File created by IDE |
| 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 |
Note: Password: test1234@A
Note: All photos will be saved in assets/images/ads.









