Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.12 KB

Shopping_Cart_Backend

This is a simple shopping cart backend written in C++. The application allows users to add,view and checkout items in their cart.

Prerequisites

Before you can use this application,here are some prerequisites before using the program:

  1. C++ compiler (such as GCC)
  2. Basic knowledge of C++
  3. Basic Knowledge of data structures.Specifically, HashMaps, which is used in this particular project.

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the root directory of the project.
  3. Create a build directory: mkdir build
  4. Navigate to the build directory: cd build
  5. Make a C++ file
  6. Build the application using that file

Usage

The program can do the following things:-

  1. Add Items in the cart
  2. View Items in the cart
  3. Checkout of the cart

Contributing

Contributions to this project are welcome. To contribute, please fork this repository and submit a pull request with your changes.