https://github.com/zetsux/elecommerce-admin-page-mvc
⚡ An admin page for an imaginary Electronics E-Commerce (Elecommerce) created using MVC in PHP
https://github.com/zetsux/elecommerce-admin-page-mvc
crud mvc-architecture mysql php
Last synced: about 2 months ago
JSON representation
⚡ An admin page for an imaginary Electronics E-Commerce (Elecommerce) created using MVC in PHP
- Host: GitHub
- URL: https://github.com/zetsux/elecommerce-admin-page-mvc
- Owner: zetsux
- Created: 2023-01-24T15:55:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T15:02:47.000Z (over 3 years ago)
- Last Synced: 2025-02-04T04:29:42.584Z (over 1 year ago)
- Topics: crud, mvc-architecture, mysql, php
- Language: PHP
- Homepage:
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVC PHP Experience
## Description
A simple admin page for an imaginary Electronics E-Commerce (Elecommerce), created as a product of the MVC learning process in PHP.
## Tech Stacks
- HTML, CSS - Bootstrap, Javascript, and PHP
- MySQL (Database)
## Features
- Able to do CRUD Operations on the products data
- Able to create/add a product by filling in the necessary data including file handling for the image (C)
- Able to read/see all products available using pagination (R)
- Able to read/see some products by search query also using pagination (R)
- Able to update/edit a product by clicking on the update text in action bar and changing the data (U)
- Able to delete a product by clicking on the delete text in action bar
## Reference
- [Web Programming Unpas Youtube Channel](https://www.youtube.com/@sandhikagalihWPU)