- Open the Visual Studio and run the application.
- Navigate to Products Tab.
- It would display list available products.
- Add Product to Cart, it would display confirmation that product is added to the cart.
- Navigate to Cart Tab, it would display all the selected products and Total price of the order.
- Confirm Order button would allow to submit the current order to the External System Request Catcher.
- run this command docker pull saleembeig/productmanagement, to download the Docker container.
- execute this command "docker run -it -p 5000:80 saleembeig/productmanagement" to run the docker.
- Open Chrome provide your "http://{LocalIPAddress}:5000/", it would open the application.