TodoAPI is a C# ASP.NET Core 6.0 web API sample for todo items management. TodoAPI showcases the use of EF Core for data access, Dependency Injection, AutoMapper for mapping entities to DTOs, implementation of the Three Tier Architecture (API, Business and Data Layer) and the Repository Pattern.