Udememy course founder here: https://likewizesupport.udemy.com/course/net-core-microservices-the-complete-guide-net-6-mvc
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
Email shopping cart button now sends the cart to the service bus
c871653View on GitHubNew endpoint created to send shopping carts to a service bus
eac2e84View on GitHubAccess token passed into product and coupon HttpClient for shopping cart authorisation
2c7b470View on GitHubShopping cart view updated with coupon functionality in the web project
93adf9aView on GitHubShopping cart service created and consumed from the shopping cart controller.
b9b5007View on GitHubShopping cart service updated to consume from the coupon service and take discount amounts of the order total.
7a682b8View on GitHubCoupon functionality added to the shopping cart controller.
1e5638dView on GitHubShopping Cart API project startup configuration and shopping cart tables added to the DB.
adac6f3View on GitHubProduct details view created and finishing off product CMS views.
cd2e2eeView on GitHub