In the previous chapter, we set up everything that we need to get started with our application, now to make something to push to them!
In this chapter, we will create the base for the project that we will continue to expand as we work through this book.
We’ll create the solution with a Blazor WebAssembly project, which will serve as our Client application. We’ll add the Azure Function project that will serve as the API for the project.
We’ll take a look at how both function individually, before writing ...