Closed
Description
Description / Steps to reproduce / Feature proposal
APIs to support the front page of a major retail e-shop. Components:
- user profile (from a database) Demo scenario: User Profile Component #1480
- shopping cart (stored in a distributed in-memory cache, e.g. Redis) Demo scenario: Shopping Cart Component #1481
- product recommendation (fetched from a SOAP/REST service connected to AI) Demo scenario: Product Recommendation component #1482
- order history (data related to user profile, stored in a database). Demo scenario: order history component #1483
A user sign-up (registration), where the client app is submitting new model data.
It would be great if
- it can be turned to a tutorial
- includes deployment topology
This demo scenario is meant to be a single LB application and code resided in a separate repo other than loopback-next
.