6 lines
No EOL
311 B
Markdown
6 lines
No EOL
311 B
Markdown
# Todo backend using ASP.NET Minimal API
|
|
|
|
This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
|
|
|
|
## Running
|
|
Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder. |