An open API service indexing awesome lists of open source software.

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

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.

![](https://iili.io/3Jgjqfp.png)

## 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.

![](https://iili.io/3JgjB0N.png)

### CRUD Data

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

![](https://iili.io/3Jgj3zJ.png)

![](https://iili.io/3JgjKsR.png)

![](https://iili.io/3JgjFWv.png)

### Search & Pagination

![](https://iili.io/3Jgjdba.png)