This is a Todo application that follows Clean Architecture and features:
- Todo.Core - A C# class library that contains all entities and interfaces.
- Todo.Infra - A C# class library that contains implementation repositiory classes and database logic.
- Todo.WebAPI - An ASP.NET Core REST API backend
- Run the script "db_mytodoapp.sql" in SQL Server to create the DB and related tables.
- Change the ConnectionString in "ToDo.WebAPI → appsettings.json" with your database.
To run the application, run Todo.WebAPI ASP.NET Core Web API application.