A lightweight .NET Minimal API showcasing RESTful endpoints, model binding, validation, and in-memory data management.

1 Open Issue Need Help Last updated: Dec 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue focuses on establishing the foundational 'Todo' model for the API. It requires creating a `Models` folder within the `TodoApi` project and defining a `Todo` class with `Id`, `Title`, and `IsComplete` (defaulting to false) properties. The primary acceptance criteria are the existence of the `Todo` class in the correct location and a successful project build.

Complexity: 1/5
enhancement good first issue backend priority-low sprint-1

A lightweight .NET Minimal API showcasing RESTful endpoints, model binding, validation, and in-memory data management.

C#