Clone Git Open folder using any editor like VS Code Save it
Make sure Spring Boot is installed in your system.
to updateCart: localhost:9999/carts/{id} to addCart : localhost:9999/carts/ to getAllCarts : localhost:9999/carts/ to getCartById : localhost:9999/carts/{id} to getUserCart : localhost:9999/carts/{userId} to deleteCart : localhost:9999/carts/delete/{id}