Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 755 Bytes

File metadata and controls

28 lines (18 loc) · 755 Bytes

E-Commerce Application – Java

This project is a simple e-commerce application developed in Java. Users can be added, products can be managed, and orders can be placed.


Features

  • User management (adding users)
  • Product management (adding and listing products)
  • Order creation and management
  • Classes: User, Product, Order, and ECommerce
  • Console-based interaction

How It Works

  • Users are added and managed in the system.
  • Products are added, listed, and can be ordered.
  • When an order is placed, it records the selected products and user information.
  • Orders and user relations are tracked.

Developer

This project was created by Helin Harman. Feel free to use or modify it as you wish.