In this session, will cover the following:
1. Creating the DB objects using SQL Server
2. Scaffolding the Model using EF core DB first approach
3. Creating the RESTful web API with .NET 5 using the repository pattern
4. Implementing Dependency Injection in the web API
5. Creating the front-end of the application using Angular
6. Execution demo of the Application