E-Commerce Management System
- Tech Stack: Java
- Github URL: Project Link
-
This is a CLI based application completely written using java.
-
In this project, I have designed an e-commerce application that allows customers to browse and purchase products from the inventory. The application is divided into five main classes: Login, Customer, Administrator, Inventory and Cart Class. Inventory consists of a Collection of Product objects. The Product class is the base class, while the Electronics, Food, Book and Clothing classes inherit from it and product class implements an interface called Discountable.