{"id":25880213,"url":"https://github.com/danielmackay/dotnet-todo-api","last_synced_at":"2026-05-11T11:35:20.895Z","repository":{"id":71461407,"uuid":"529440542","full_name":"danielmackay/dotnet-todo-api","owner":"danielmackay","description":"Simple API for todo applications","archived":false,"fork":false,"pushed_at":"2022-08-30T12:23:21.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T13:36:33.051Z","etag":null,"topics":["api-rest","auto-mapper","clean-architecture","dotnet6","fluent-validation","mediatr"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielmackay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2022-08-27T00:30:07.000Z","updated_at":"2022-08-27T11:49:27.000Z","dependencies_parsed_at":"2023-03-11T10:36:35.652Z","dependency_job_id":null,"html_url":"https://github.com/danielmackay/dotnet-todo-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielmackay/dotnet-todo-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmackay%2Fdotnet-todo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmackay%2Fdotnet-todo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmackay%2Fdotnet-todo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmackay%2Fdotnet-todo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielmackay","download_url":"https://codeload.github.com/danielmackay/dotnet-todo-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmackay%2Fdotnet-todo-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32893567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["api-rest","auto-mapper","clean-architecture","dotnet6","fluent-validation","mediatr"],"created_at":"2025-03-02T13:31:09.714Z","updated_at":"2026-05-11T11:35:20.888Z","avatar_url":"https://github.com/danielmackay.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-todo-api\n\nSimple Todo API.  Based on the CleanArchitecture template, but with the following changes:\n\n- No authentication\n- No authorization\n- No domain events\n\n## Getting Started\n\nRun the API via visual studio or via CLI:\n\n```ps\ndotnet run --project .\\src\\Todo.Web\\\n```\n\nOn start up the following will happen:\n\n- database will be created\n- database will be seeded with test data\n\nSwagger UI can then can be seen via: https://localhost:7110/swagger/index.html\n\n## Database\n\nTo add a migration:\n\n```ps\ndotnet ef migrations add \"Initial\" --project .\\src\\Todo.Infrastructure --startup-project .\\src\\Todo.Web --output-dir Persistence\\Migrations`\n```\n\nTo remove the last migration:\n\n```ps\nef migrations remove\n```\n\nTo update the database:\n\n```ps\ndotnet ef database update --project .\\src\\Todo.Infrastructure --startup-project .\\src\\Todo.Web\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmackay%2Fdotnet-todo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmackay%2Fdotnet-todo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmackay%2Fdotnet-todo-api/lists"}