Skip to content

The Click To Cart is a console-based menu driven application that simulates online shopping experience. An employee can add Products. A Customer can place order on the products. The employee delivers the Product to the Customer.

Notifications You must be signed in to change notification settings

sargarakshay/ClickToCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickToCart

Project Description

The Click To Cart is a console-based menu driven application that simulates online shopping experience. An employee can add Products. A Customer can place order on the products. The employee delivers the Product to the Customer.

Technologies Used

  • Java
  • Maven
  • Log4J
  • JUnit

Features

  • User can login.
  • Employee can add a new product.
  • Customer can signup using my email, first name, last name and password.
  • Customer can view the list of products with price.
  • Customer can add a product to cart.
  • Customer can view the cart with product list and total.
  • Customer can place orders on the items in cart. Each product in the cart becomes an individual order.
  • Employee can mark the status of an order as shipped.
  • Customer can mark the order as received.
  • Customer can view all my orders and it's status.
  • User can logout of the session.
  • Employee can search customer by various filters like email, id, name, orderid etc.

Getting Started

  1. On GitHub, navigate to the main page of the repository.
  2. Above the list of files, click Code.
  3. To clone the repository using HTTPS, under "Clone with HTTPS", click . To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click Use SSH, then click . To clone a repository using GitHub CLI, click Use GitHub CLI, then click .

  1. Open Git Bash.

  2. Change the current working directory to the location where you want the cloned directory.

git clone https://github.com/sargarakshay/ClickToCart
  1. Type git clone, and then paste the URL you copied earlier.

  1. Press Enter to create your local clone.
$ git clone https://github.com/sargarakshay/ClickToCart
> Cloning into `ClickToCart`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Usage

  1. Select ClickToCart project.
  2. Right click on App.java to open context menu.
  3. select Run ClickToCart.main()

4. You will see the result in IntelliJ IDEA Console.

About

The Click To Cart is a console-based menu driven application that simulates online shopping experience. An employee can add Products. A Customer can place order on the products. The employee delivers the Product to the Customer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages