Skip to content

heba5190-dts/TaskAPI

Repository files navigation

Tasks API (.NET 8 Web API)

Simple CRUD API for managing tasks.

Endpoints

Method Endpoint Description
GET /api/tasks Get all tasks
GET /api/tasks/{id} Get a specific task
POST /api/tasks Create a new task
PUT /api/tasks/{id} Update an existing task
DELETE /api/tasks/{id} Delete a task

Run Locally

dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages