In this chapter, I complete the customer-facing features for the SportsStore application, allowing the user to add products to a shopping cart and complete an order.
Preparing for This Chapter
This chapter uses the SportsStore project created in Chapter 3 and modified in the chapters since. To ensure that the contents of the database are reset, open a command prompt, navigate to the SportsStore folder, and run the commands shown in Listing 9-1.
Tip
You can download the complete project for this chapter from
https://github.com/apress/esntl-angular-for-asp.net-core-mvc
. This is ...