{"id":23270314,"url":"https://github.com/abhijeetsatpute/todo-list","last_synced_at":"2026-04-14T19:33:03.708Z","repository":{"id":133871232,"uuid":"529679433","full_name":"abhijeetsatpute/todo-list","owner":"abhijeetsatpute","description":"Created a simple CRUD TODO list React app with GET POST PUT DELETE routes using Oak -Deno Framework and Mongo DB.","archived":false,"fork":false,"pushed_at":"2022-08-28T03:37:03.000Z","size":333,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T18:43:37.388Z","etag":null,"topics":["deno","mongodb","oak","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://630adb9f1b8fa573d1654cd4--dynamic-panda-fb647f.netlify.app/","language":"TypeScript","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/abhijeetsatpute.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}},"created_at":"2022-08-27T19:32:54.000Z","updated_at":"2022-11-12T11:23:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c73015a-cc2a-478a-b8f2-797224ec6b74","html_url":"https://github.com/abhijeetsatpute/todo-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhijeetsatpute/todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetsatpute%2Ftodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetsatpute%2Ftodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetsatpute%2Ftodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetsatpute%2Ftodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhijeetsatpute","download_url":"https://codeload.github.com/abhijeetsatpute/todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetsatpute%2Ftodo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","mongodb","oak","reactjs","typescript"],"created_at":"2024-12-19T18:50:23.374Z","updated_at":"2026-04-14T19:33:03.683Z","avatar_url":"https://github.com/abhijeetsatpute.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-list\nCreated a simple CRUD TODO list React app with GET POST PUT DELETE routes using Oak -Deno Framework and Mongo DB.\n\n\nAPI example with Deno, Oak and mongodb\n\n## Getting Started\n\n```\ndeno run --allow-net --allow-read app.ts\n```\n\n## Methods\n\n### Get Todos\n```\nGET http://localhost:8000/todos\n```\n\n### Get Todo\n```\nGET http://localhost:8000/todos/:todoId\n```\n\n### Create Todo\n```\nPOST http://localhost:8000/todos\nContent-Type: application/json\n\n{\n  \"name\": \"Task # 1\"\n}\n```\n\n### Update Todo\n```\nPUT http://localhost:8000/todos/:todoId\nContent-Type: application/json\n\n{\n  \"completed\": true\n}\n```\n\n### Delete Todo\n```\nDELETE http://localhost:8000/todos/:todoId\nContent-Type: application/json\n```\n\n## Authors\n* **Abhijeet Satpute** - *Developer* - [Abhijeet](https://github.com/abhijeetsatpute)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetsatpute%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhijeetsatpute%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetsatpute%2Ftodo-list/lists"}