You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the ability to use anything from just the UI component all the way through to a fully distributed architecture with as many component as are necessary is largely undocumented. This feature makes the application useful for situations where simpler architecture are necessary and the full architecture may be over-complicated.
Create a tutorial that walks the user through:
Deploying just the UI component
Add the separate carts service (in-memory storage)
Add the catalog service with database
This should be done in Docker Compose to make it accessible to the most people.
The text was updated successfully, but these errors were encountered:
So far the ability to use anything from just the UI component all the way through to a fully distributed architecture with as many component as are necessary is largely undocumented. This feature makes the application useful for situations where simpler architecture are necessary and the full architecture may be over-complicated.
Create a tutorial that walks the user through:
This should be done in Docker Compose to make it accessible to the most people.
The text was updated successfully, but these errors were encountered: