/EcommerceApplication

A console based E-commerce Application made using the concepts of Object Oriented Analysis and Design.

Primary LanguageJava

EcommerceApplication

A console based E-commerce Application made using the concepts of Object Oriented Analysis and Design.

The system has three actors : Customer, Seller and the EcommerceApp

Customers can:

  • Search for products
  • See the list of products on Product Catalogue
  • Add items to cart
  • Place order
  • Track shipment
  • has booking history

Sellers can:

  • Select categories
  • Register their products
  • Update product info

EcommerceApp can:

  • Generate shipment
  • will have multiple categories

Programming Language: Java