{"id":15783655,"url":"https://github.com/kayange123/todo-store","last_synced_at":"2026-04-18T14:04:25.962Z","repository":{"id":187655463,"uuid":"677308022","full_name":"Kayange123/todo-store","owner":"Kayange123","description":"A simple Endpoint to interact with in your first App with your frontend tech. Design and build your todo App without worrying about the backend!","archived":false,"fork":false,"pushed_at":"2023-08-11T10:50:28.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T03:40:17.511Z","etag":null,"topics":["api-rest","express","js","json-api","onrender"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Kayange123.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}},"created_at":"2023-08-11T08:44:58.000Z","updated_at":"2023-09-15T20:28:57.000Z","dependencies_parsed_at":"2023-08-11T16:25:30.067Z","dependency_job_id":null,"html_url":"https://github.com/Kayange123/todo-store","commit_stats":null,"previous_names":["kayange123/todo-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kayange123/todo-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Ftodo-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Ftodo-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Ftodo-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Ftodo-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kayange123","download_url":"https://codeload.github.com/Kayange123/todo-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayange123%2Ftodo-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","express","js","json-api","onrender"],"created_at":"2024-10-04T20:00:27.838Z","updated_at":"2026-04-18T14:04:20.954Z","avatar_url":"https://github.com/Kayange123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-store\nThis simple end-point provides you with the ability to POST, EDIT, DELETE or GET  todo(s) without hustle and just focus with your front end part of either web or mobile app\n\n## End point link\n\n```\nhttps://datastore-5ecb.onrender.com\n```\n\n# Todo Schema\n\n```\n  {\n      \"id\": \"todo-id\",\n      \"title\": \"Todo title\",\n      \"description\": \"Todo description\",\n      \"isComplete\": booleanValue,\n      \"createdAt\": ISOString(\"2023-08-11T09:47:15.627Z\"),\n      \"lastUpdate\": ISOString(\"2023-08-11T09:47:15.627Z\")\n }\n```\n# Methods\n## GET Method\n### Get all todos\n\n```\n {endpoint}/api/\n```\n---\n![image](https://github.com/Kayange123/todo-store/assets/96143653/5977a16f-7c34-40b0-8f1e-388c430b896a)\n\n---\n### Get single todo by ID\n```\n{endpoint}/api/{todo-id}\n```\n---\n![image](https://github.com/Kayange123/todo-store/assets/96143653/c309eacb-2323-4ebb-ab2a-95666b3087f4)\n\n## POST Method\n```\n {endpoint}/api/create\n\n  body : {\n      \"title\": \"Todo title\",\n      \"description\": \"Todo description\",\n      \"isComplete\": false\n    }\n```\n![image](https://github.com/Kayange123/todo-store/assets/96143653/91a551cb-ed41-4542-a24d-50d793ac18e7)\n\n## DELETE Method\n---\n```\n {endpoint}/api/delete/{todo-id}\n```\n![image](https://github.com/Kayange123/todo-store/assets/96143653/279112f9-ed08-4fc6-a986-0f0a45099a02)\n\n## PUT Method\n---\n```\n {endpoint}/api/edit/{todo-id}\n```\n![image](https://github.com/Kayange123/todo-store/assets/96143653/30420645-7dc2-4f02-91b0-603e3aff6c5d)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayange123%2Ftodo-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayange123%2Ftodo-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayange123%2Ftodo-store/lists"}