Add README
This commit is contained in:
parent
30d3369da8
commit
beb4762fff
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue