No description
Find a file
2024-02-12 13:47:56 -05:00
TodoMinimal.WebApi Fix whatever this config is 2024-02-12 13:47:03 -05:00
.gitignore Initial commit 2024-02-12 13:39:57 -05:00
README.md Add README 2024-02-12 13:47:56 -05:00
TodoMinimal.sln Initial commit 2024-02-12 13:39:57 -05:00

Todo backend using ASP.NET Minimal API

This is an implementation of the Todo-Backend spec 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.