From beb4762fffd0c61d19086cdfad1009b4e77799fc Mon Sep 17 00:00:00 2001 From: CheddarCrisp Date: Mon, 12 Feb 2024 13:47:56 -0500 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00b8912 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file