No description
Find a file
2024-02-12 14:22:15 -05:00
TodoMinimal.WebApi How did that get there? 2024-02-12 14:19:39 -05:00
.gitignore Initial commit 2024-02-12 13:39:57 -05:00
LICENSE Add a license 2024-02-12 14:22:15 -05:00
README.md README changes 2024-02-12 14:12:13 -05:00
TodoMinimal.sln Initial commit 2024-02-12 13:39:57 -05:00

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:

  1. Run the application using directions above
  2. Go to Reference Specs for Todo-Backend
  3. Enter http://localhost:5143 as the test target root
  4. Click run tests