4. Web Application Demo - Gluzberg/cart-client GitHub Wiki
-
Please follow the Clone and Build instructions in 1. Getting-Started.
-
To run the Web Application Demo, please enter:
cd CartClient.Demo.Web dotnet run
-
The following then shall be prompted:
Now listening on: http://localhost:49683
-
Open the application in your web browser: http://localhost:49683
-
The following should be then displayed:
-
Click on the Add button on one of the products in the catalog:
-
As a result the product now appears in the cart:
-
Click on the + or the - button on one of the products in the cart:
-
As a result the amount of the product is now updated in the cart:
-
Click on the bin button on one of the products in the cart:
-
As a result the product is now removed from the cart:
-
In case of a full cart that shall be cleared out:
-
Click on the Start Over link in the header of the cart:
-
As a result all the cart is deleted and a new one empty cart is created:
- The cart expires after 1 hour of initial page load or after a start over.
- After expiration a new blank cart is created.