Add README

This commit is contained in:
CheddarCrisp 2024-02-12 13:47:56 -05:00
parent 30d3369da8
commit beb4762fff

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# 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.