Outline
Introduction
This section is all about creating our ASP.NET Core backend. By the end of this section you will have a working backend for a project domain of your choice.
We will create a model, controller, & database together. These pieces will all interact with our frontend to create a fully functioning application.
Let's jump on in and create our backend!