- commit
- beb4762
- parent
- 30d3369
- author
- CheddarCrisp
- date
- 2024-02-12 19:47:56 +0100 CET
Add README
1 files changed,
+6,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+# Todo backend using ASP.NET Minimal API
3+
4+This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
5+
6+## Running
7+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.