Skip to content

Latest commit

ย 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TaskManagerAPI

A simple .NET 8 Web API for task management. Supports creating, reading, updating, and deleting tasks with an InMemory database, DTOs, and Swagger UI for testing endpoints.

๐Ÿงฉ Tech Stack

ASP.NET Core 8

Entity Framework Core (InMemory)

Swagger / OpenAPI

๐Ÿš€ Run dotnet restore dotnet run

๐Ÿ“‚ Project Structure

Entities/ โ†’ Data models

DTOs/ โ†’ Data Transfer Objects

Data/ โ†’ EF Core context

Controllers/ โ†’ API endpoints The InMemory database is not persistent โ€” data resets on each run.

Replace with SQL Server or PostgreSQL for production.

About

A simple Task Management RESTful API built with ASP.NET Core 8 and Entity Framework Core.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages