https://github.com/springheart199279/wp_ecommerce
An e-commerce website project
https://github.com/springheart199279/wp_ecommerce
ecommerce php php-project web wp wp-ecommerce
Last synced: 2 months ago
JSON representation
An e-commerce website project
- Host: GitHub
- URL: https://github.com/springheart199279/wp_ecommerce
- Owner: springheart199279
- License: mit
- Created: 2023-04-08T00:15:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T00:19:17.000Z (about 2 years ago)
- Last Synced: 2024-12-25T14:07:18.672Z (4 months ago)
- Topics: ecommerce, php, php-project, web, wp, wp-ecommerce
- Language: SCSS
- Homepage:
- Size: 3.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Website Project] e-Commerce
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](https://github.com/williamniemiec/MVC-in-PHP), made in PHP.
## Requirements
- [password_strength](https://github.com/williamniemiec/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](https://github.com/williamniemiec/wp_eCommerce/tree/master/src/db)
| models | `Directory`| Contains all application model classes
| vendor| `Directory`| Folder created by [Composer](https://getcomposer.org/) - 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

#### About

#### Register

Note: Password: `test1234@A`
#### MyAds
#### AddAd
#### EditAd
Note: All photos will be saved in [assets/images/ads](https://github.com/williamniemiec/wp_eCommerce/tree/master/src/assets/images/ads).
#### Ad
