An open API service indexing awesome lists of open source software.

https://github.com/timothyjan/todoapi-asp.netcore-minimalapi

TodoApi, minimal API using ASP.NET Core.
https://github.com/timothyjan/todoapi-asp.netcore-minimalapi

Last synced: about 1 year ago
JSON representation

TodoApi, minimal API using ASP.NET Core.

Awesome Lists containing this project

README

          

# TodoApi-ASP.NetCore-MinimalAPI
TodoApi, minimal API using ASP.NET Core.

Tutorial

Notes:


  • Minimal APIs are architected to create HTTP APIs with minimal dependencies. They're ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core.

  • To enable builder.Services.AddDatabaseDeveloperPageExceptionFilter(); install the
    Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore NuGet package.