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.
- Host: GitHub
- URL: https://github.com/timothyjan/todoapi-asp.netcore-minimalapi
- Owner: TimothyJan
- Created: 2024-08-21T18:23:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:49:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T06:08:16.151Z (over 1 year ago)
- Language: C#
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApi-ASP.NetCore-MinimalAPI
TodoApi, minimal API using ASP.NET Core.
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.EntityFrameworkCoreNuGet package.