• Consider a startup business venture that would rely on the use of RESTful web services. Provide a brief
description of the venture and how it would rely on the REST architectural pattern (roughly 250-500
words)
• Compile a list of the RESTful URLs that would be necessary for your application. You should include at
least 4 of your URLs in order to accomplish the basic CRUD (Create Read Update Delete) functionality, but
you are welcome to include more than this.
• Make sure to include the domain to the URLs for example: https://www.oakeslabs.com. Please include
the HTTP method operations and the functions being performed for your company's solution (e.g., Site
Authentication (Login, Logout, Forgot Password), Browsing the Marketplace (add, remove, update, fetch),
Shopping Cart(add, remove, update, fetch), and Purchasing (order review, payment, billing, shipping))
Login: POST https://www.oakeslabs.com/auth/login, Logout: POST https://www.oakeslabs.com/auth/logout
Sample Solution