Skip to content

AtulRaghuvanshi73/Shopping_Cart_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages