Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.36 KB

E-Commerce_Application

63a34ac19c6f8eaea72a58380a07f1c1

Overview

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.

Features

  • Product Management: Add, and view product details.
  • Customer Management: Add, view, and update customer information.
  • Order Processing: Place and manage customer orders.

Requirements

Java Development Kit (JDK) installed on your machine.

How to Run

You can either use https or ssh for cloning the website

  1. Clone the Repository:

    git clone [email protected]:danush754/E-Commerce_Application.git
    

If you need to learn how to clone a github repo to your local meachine feel free to checkout this page

  1. Navigate to the Project Directory:

    cd E-Commerce_Application
    
  2. Compile the Java Files:

    javac *.java
    
  3. Run the Application:

    java Main
    
  4. Follow On-Screen Instructions:

    Use the interactive console prompts to navigate through product, customer, and order management.