This project is a simple e-commerce application developed in Java. Users can be added, products can be managed, and orders can be placed.
- User management (adding users)
- Product management (adding and listing products)
- Order creation and management
- Classes: User, Product, Order, and ECommerce
- Console-based interaction
- 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.
This project was created by Helin Harman. Feel free to use or modify it as you wish.