muhammadBadawy / repository_design_pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store Management using repository_design_pattern

This system consists of :

  • Users
  • Branches
  • Emplyees
  • Items
  • Categores
  • Storage (item and branch)
  • Transactions (item transaction at a branch)

The system uses the repository design pattern to help manage the transactions of the system and updating the quantities of the products.

And To manage viewing the available and unavailable categories.

Then viewing lists of 1 to many relationships using the repository design pattern.

And automating creating storages (empty) of items whenever the item added to the system

Handling the change of quantities of items in the branches and storeges using the repository

And the repository design pattern is used a lot to facilitate the implementation

Admin panel

An example of a CRUD

Create

Show

About


Languages

Language:PHP 51.8%Language:HTML 48.2%