In this chapter, I start the development of an application named SportsStore, which is an online store for sports products. This is an example that I include in many of my books, allowing me to demonstrate how the same set of features is implemented in different languages and frameworks.
Creating the SportsStore Project
I am going to create an application that uses the platform project created in Chapters 32–34 but that is defined in its own project. Open a command prompt and use it to create a folder named sportsstore in the same folder ...