We have already discussed what APIs need to consume and which resource returns what, so now it's time to cook our web client so we can consume and call our product APIs. To do so, follow these steps:
- To create an entirely new solution for our new project, go to File | New | Project (or press Ctrl + Shift + N) as shown in the following screenshot.
- From New Project, select ASP.NET Core Web Application.
- Name the project FlixOne.BookStore.WebClient and then click OK as shown in the following screenshot:
- From the ASP.NET ...