From the course: Building Applications with Angular, ASP.NET Core, and Entity Framework Core

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Architectural overview

Architectural overview

- [Instructor] Before we jump into coding, I'd like to provide you with an architectural overview of the app. Let's take a look at how our demo will be structured. We will have an ASP.NET core backend that will serve our quiz data. This API will allow users to post quiz questions and answers. These posts will get stored with entity framer and the database in order to persist. The API will allow us to serve all of the quiz questions and answers that have been added by the user. On the front end, we will be using Angular. With Angular we will create services and components to make requests to the backend to post a new quiz, and to get all of the existing quizzes. We will also introduce authentication with user registration and login.

Contents