{"id":31978593,"url":"https://github.com/abdullokhonz/minimal-api_todoapi","last_synced_at":"2025-10-14T22:23:51.291Z","repository":{"id":317390182,"uuid":"1067204169","full_name":"abdullokhonz/minimal-api_TodoApi","owner":"abdullokhonz","description":"Minimal API Todo project using ASP.NET Core 8.  Simple CRUD API with in-memory database for learning and testing. Based on the official Microsoft tutorial.","archived":false,"fork":false,"pushed_at":"2025-09-30T14:33:38.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T16:27:12.897Z","etag":null,"topics":["asp-net-core","backend","crud","csharp","dotnet","entity-framework-core","in-memory","minimal-api","todo-api","tutorial","web-api"],"latest_commit_sha":null,"homepage":"https://github.com/abdullokhonz","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdullokhonz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T14:18:30.000Z","updated_at":"2025-09-30T15:56:15.000Z","dependencies_parsed_at":"2025-09-30T16:27:16.550Z","dependency_job_id":"2152ed2c-f97d-41e1-bce0-bda10c554dc4","html_url":"https://github.com/abdullokhonz/minimal-api_TodoApi","commit_stats":null,"previous_names":["abdullokhonz/minimal-api_todoapi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abdullokhonz/minimal-api_TodoApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullokhonz%2Fminimal-api_TodoApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullokhonz%2Fminimal-api_TodoApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullokhonz%2Fminimal-api_TodoApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullokhonz%2Fminimal-api_TodoApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullokhonz","download_url":"https://codeload.github.com/abdullokhonz/minimal-api_TodoApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullokhonz%2Fminimal-api_TodoApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021779,"owners_count":26087055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","backend","crud","csharp","dotnet","entity-framework-core","in-memory","minimal-api","todo-api","tutorial","web-api"],"created_at":"2025-10-14T22:23:49.928Z","updated_at":"2025-10-14T22:23:51.285Z","avatar_url":"https://github.com/abdullokhonz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoApi Minimal API\n\nA simple Minimal API built with ASP.NET Core 8.  \nThis project implements a basic CRUD API for to-do items using an in-memory database.  \nIt’s perfect for learning how Minimal APIs work in .NET.\n\nBased on the official Microsoft tutorial:  \nhttps://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-8.0\u0026tabs=visual-studio-code\n\n---\n\n## Endpoints\n\nGET    /todoitems           - Get all items  \nGET    /todoitems/complete  - Get completed items  \nGET    /todoitems/{id}      - Get item by ID  \nPOST   /todoitems           - Create new item  \nPUT    /todoitems/{id}      - Update item by ID  \nDELETE /todoitems/{id}      - Delete item by ID  \n\n---\n\n## Getting Started\n\n1. Clone the repository:\n   git clone \u003cyour-repo-url\u003e\n   cd \u003cproject-folder\u003e\n\n2. Restore dependencies:\n   dotnet restore\n\n3. (Optional) Add required packages:\n   dotnet add package Microsoft.EntityFrameworkCore.InMemory  \n   dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore --version 8.0.0  \n   dotnet add package NSwag.AspNetCore  \n\n4. Build and run:\n   dotnet build  \n   dotnet run\n\n5. Open in your browser or Postman:\n   https://localhost:5001/swagger  \n\n---\n\n## Notes\n\n- Data is stored in-memory (resets after restart).  \n- Not intended for production use.  \n- You can easily extend it with a real database or additional features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullokhonz%2Fminimal-api_todoapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullokhonz%2Fminimal-api_todoapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullokhonz%2Fminimal-api_todoapi/lists"}