This is a simple Console-based E-Commerce Application implemented in Java. The application provides basic functionality for managing products, customers, and orders through a command-line interface.
- Product Management: Add, and view product details.
- Customer Management: Add, view, and update customer information.
- Order Processing: Place and manage customer orders.
Java Development Kit (JDK) installed on your machine.
-
Clone the Repository:
git clone [email protected]:danush754/E-Commerce_Application.git
-
Navigate to the Project Directory:
cd E-Commerce_Application
-
Compile the Java Files:
javac *.java
-
Run the Application:
java Main
-
Follow On-Screen Instructions:
Use the interactive console prompts to navigate through product, customer, and order management.