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
Web Development API Development

AI Summary: This issue involves creating a basic `Todo` model within the `TodoApi` project. The model will include an integer `Id`, a string `Title`, and a boolean `IsComplete` property. The primary goal is to establish this model so the API can begin interacting with todo items.

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#