Answered step by step
Verified Expert Solution
Link Copied!

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 3-tiered REST-based 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 :1. 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 2.2. 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.3. 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.4. 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 re-explain it in the assignment discussion.CompleteSubmission DiscussionQuestionAnsweringMarks out ofs4DescriptionThe 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 [1) REST 2) GraphQL/gRPC] and accurately answer the questions of the instructor.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 11 The Database For Big Data And Analytics

Authors: Cristian Molaro, Surekha Parekh, Terry Purcell, Julian Stuhler

1st Edition

1583473858, 978-1583473856

More Books

Students also viewed these Databases questions

Question

Which form of proof do you find least persuasive? Why?

Answered: 1 week ago