No description
TodoMinimal.WebApi | ||
.gitignore | ||
LICENSE | ||
README.md | ||
TodoMinimal.sln |
Todo-Backend implementation 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.
Running tests
To run the spec tests:
- Run the application using directions above
- Go to Reference Specs for Todo-Backend
- Enter
http://localhost:5143
as thetest target root
- Click
run tests