Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 279 Bytes

File metadata and controls

3 lines (3 loc) · 279 Bytes

Design Patterns

I am designing a basic eCommerce websites backend. With this code, you will be able to order an item, pay for it using different banks, cancel your order and track where your order is. I haved utilized the Strategy Pattern and Command Pattern for this project.