This is the final assignment built on ASP.NET 6 Web Api. All the given api's are created and those function properly. The codes are documented to show the flow of work as well. The project is made of a n-tier architechture with Business Logic Layer, Data Access Layer, Business Entity Layer and A Presentation Layer along with dependency injection to make the project loosely coupled.
Techs and tools used are:
- C#
- ASP.NET 6
- EF Core 6
- Dapper
- AutoMapper
- Dependency Injection
- MS Sql (SQL Server)
- Sql Server Management Studio
- Visual Studio
- Postman