{"id":18483690,"url":"https://github.com/springheart199279/wp_ecommerce","last_synced_at":"2025-05-13T20:35:13.261Z","repository":{"id":158669017,"uuid":"625056194","full_name":"springheart199279/wp_eCommerce","owner":"springheart199279","description":"An e-commerce website project","archived":false,"fork":false,"pushed_at":"2023-04-08T00:19:17.000Z","size":3295,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-25T14:07:18.672Z","etag":null,"topics":["ecommerce","php","php-project","web","wp","wp-ecommerce"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springheart199279.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-08T00:15:19.000Z","updated_at":"2024-10-03T16:52:49.000Z","dependencies_parsed_at":"2023-08-23T22:45:16.148Z","dependency_job_id":null,"html_url":"https://github.com/springheart199279/wp_eCommerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springheart199279%2Fwp_eCommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springheart199279%2Fwp_eCommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springheart199279%2Fwp_eCommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springheart199279%2Fwp_eCommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springheart199279","download_url":"https://codeload.github.com/springheart199279/wp_eCommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239201349,"owners_count":19599073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce","php","php-project","web","wp","wp-ecommerce"],"created_at":"2024-11-06T12:36:57.955Z","updated_at":"2025-02-16T21:31:37.198Z","avatar_url":"https://github.com/springheart199279.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Website Project] e-Commerce\n![e-Commerce logo]( https://github.com/williamniemiec/wp_eCommerce/blob/master/media/logo/logo.jpg)\n\nThis 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.\n\n\u003chr /\u003e\n\n## Requirements\n- [password_strength](https://github.com/williamniemiec/password-strength)\n- jQuery\n- Bootstrap 4\n- Adblock disabled in the page (this is because adblock blocks urls with 'ad' in the name)\n\n## Project organization\n![](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/uml/uml.png?raw=true)\n\n### /\n|Name| Type| Function\n|------- | --- | ----\n| media | `Directory`| Visual informations about the project\n| src | `Directory`| Contains all website files\n| .project| `File`| File created by IDE\n\n\n### /src\n|Name| Type| Function\n|------- | --- | ----\n| assets| `Directory`| Contains all application content files\n| controllers | `Directory`| Contains all application controller classes\n| core | `Directory`| Contains the classes responsable for the MVC operations\n| db | `Directory`| Contains [the database of the application](https://github.com/williamniemiec/wp_eCommerce/tree/master/src/db)\n| models | `Directory`| Contains all application model classes\n| vendor| `Directory`| Folder created by [Composer](https://getcomposer.org/) - responsable for classes autoload\n| views | `Directory`| Contains all application view classes\n| \u0026#46;buildpath| `File`| File created by IDE\n| \u0026#46;htaccess| `File`| Responsible for friendly url\n| \u0026#46;project | `File`| File created by IDE\n| composer\u0026#46;json | `File`| File created by Composer\n| config\u0026#46;py | `File`| Website configuration file (Database and website location)\n| environment\u0026#46;php | `File`| File responsible for defining which environment is in use\n| index\u0026#46;php | `File`| File responsible for starting the website\n\n\n## Application photos\n#### Home\n![home](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/home.png?raw=true)\n#### About\n![about](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/about.png?raw=true)\n#### Register\n![register](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/register.png?raw=true)\n![register_success](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/register-success.png?raw=true)\n\n\u003cb\u003eNote:\u003c/b\u003e Password: `test1234@A`\n\n#### MyAds\n![myAds](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/myAds.png?raw=true)\n\n#### AddAd\n![addAd](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/addAd.png?raw=true)\n\n#### EditAd\n![editAd](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/editAd.png?raw=true)\n\n\u003cb\u003eNote:\u003c/b\u003e All photos will be saved in [assets/images/ads](https://github.com/williamniemiec/wp_eCommerce/tree/master/src/assets/images/ads).\n\n#### Ad\n![ad](https://github.com/williamniemiec/wp_eCommerce/blob/master/media/app/ad.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringheart199279%2Fwp_ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringheart199279%2Fwp_ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringheart199279%2Fwp_ecommerce/lists"}