Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 673 Bytes

Order Management System

  • Create order management system using Micro-services architecture, Flask in backend development, Reactjs in frontend development

Systems Services (Micro-services):

  • User Service
  • Product Service
  • Order Service

Requirements

  • User can login
  • User can reister
  • User can logout
  • User can browse products
  • User can add product to an order
  • User can also remove product from an order
  • User can adjust the quantity of order items
  • User can place an order

Design

  • Each service should be self contained
  • A service should not depend on another service
  • Services should be light weight