SYSTEM_CORE
arrow_back Back to Directory
🟣 csharp-api

Task Scheduler API

Overview

A task scheduler API in ASP.NET Core 8. Full CRUD for tasks, Swagger UI.

Tech Stack

C# ASP.NET Core Swashbuckle Docker

Key Highlights

  • check_circle GET /api/tasks — list all tasks
  • check_circle GET /api/tasks/{id} — get a task
  • check_circle POST /api/tasks — create a task
  • check_circle PUT /api/tasks/{id} — update a task
  • check_circle DELETE /api/tasks/{id} — delete a task