Answered step by step
Verified Expert Solution
Question
1 Approved Answer
to implement a 3 - tiered REST - based shopping cart application. Each tier is implemented on a different laptop and the laptops communicate using
to implement a tiered RESTbased shopping cart application. Each tier is implemented on a different laptop and the laptops communicate using WIFI.Your implementation should allow client devices to interact with the first tier only.A customer should be able to : Add productsCustomers should be able to search or browse products on your website. All products should have an Add to Cart button. When a customer adds a product to their cart, they may not buy it right away, or at all. Sometimes customers use their cart for considering products which leads us to step Review the cartCustomers should have the opportunity to review their cart before making their purchase. They might decide they don't want a particular item, or want a different quantity, size, or color. They should be able to make these adjustments seamlessly, without leaving the cart Complete the purchaseYour shopping cart software should calculate and display the total amount.You can ignore shipping costs and limit payments to cash on delivery Continue the shopping processOnce a sale is complete, customers can keep browsing the products.The application should allow the shop owner to update the products inventory including product descriptions and price information. The application should also implement concurrency control.Ask ChatGPT to explain main modules in the code. Capture the explanations and include them in your submission. Make sure you understand what you submitted because you will be asked to reexplain it in the assignment discussion.CompleteSubmission DiscussionQuestionAnsweringMarks out ofsDescriptionThe submission should include all the source code files and the requested documents in which you present the explanation and refactoring of the source codeAn oral discussion will be scheduled with every group in which they present two successful demos REST GraphQLgRPC and accurately answer the questions of the instructor.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started