Every e-Commerce site has a Shopping **Cart **feature, today we will learn how to make the backend APIs using Java and Spring Boot

Cart is a must-have feature for an e-commerce app that allows the users to save the items they want to buy, change the quantity, and remove them. It should also be able to show the total cost of items in the cart.

We will first develop the back-end API using Java Spring Boot (in this tutorial). After the API has been created, we will use that API in our Vue.Js front-end(in future tutorials).

#software-development #spring-boot #java #technology #ecommerce #let’s develop shopping cart for ecommerce app

Let’s Develop Shopping Cart for eCommerce App
2.95 GEEK