Skip to content

ASP.NET Core 6.0 web API for todo items management

Notifications You must be signed in to change notification settings

toniskobic/TodoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoAPI

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.