https://github.com/phamnamwk/admin-page-ecommerce
https://github.com/phamnamwk/admin-page-ecommerce
blade-template bootstrap bramus-router css3 doctr doctrine-dbal html5 javascript php
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phamnamwk/admin-page-ecommerce
- Owner: PhamNamWk
- Created: 2025-02-26T07:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T08:13:45.000Z (over 1 year ago)
- Last Synced: 2025-02-26T09:23:05.267Z (over 1 year ago)
- Topics: blade-template, bootstrap, bramus-router, css3, doctr, doctrine-dbal, html5, javascript, php
- Language: Blade
- Homepage:
- Size: 6.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin-Page-Ecommerce
## Introduction
**Admin Page Ecommerce** is a project for managing tables, including category, product, and user. The functionalities are built following the MVC OOP model, combined with several libraries such as doctrine/dbal, bramus/router, bladeone, validation, and phpdotenv.

## Features
### Login
The login function uses middleware to prevent user accounts from accessing the admin page, allowing only accounts with the admin role to log in.

### CRUD Data
In the admin page, we will manage three tables: User, Category, and Product. It allows adding, editing, deleting, and viewing detailed data.



### Search & Pagination
