CheddarCrisp
·
2024-02-12
README.md
1# Todo-Backend implementation using ASP.NET Minimal API
2
3This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
4
5## Running
6Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder.
7
8## Running tests
9To run the spec tests:
101. Run the application using directions above
112. Go to [Reference Specs for Todo-Backend](https://www.todobackend.com/specs/)
123. Enter `http://localhost:5143` as the `test target root`
134. Click `run tests`