{"id":18996278,"url":"https://github.com/arefshojaei/todo-list-api","last_synced_at":"2026-04-07T20:31:54.149Z","repository":{"id":174767743,"uuid":"652545629","full_name":"ArefShojaei/Todo-list-api","owner":"ArefShojaei","description":"NodeJS , ExpressJS and MongoDB","archived":false,"fork":false,"pushed_at":"2026-02-10T17:45:35.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-10T21:24:03.181Z","etag":null,"topics":["api","back-end","expressjs","mongodb","nodejs","rest-api","todo-api","todo-list-api","todolist"],"latest_commit_sha":null,"homepage":"https://todo-list-api-666z.onrender.com/api/todos/","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/ArefShojaei.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":"2023-06-12T09:39:44.000Z","updated_at":"2026-02-10T17:47:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"49deeeb8-ab73-4ed0-aaaa-04bba0aa9ce0","html_url":"https://github.com/ArefShojaei/Todo-list-api","commit_stats":null,"previous_names":["arefshojaei/todo-list-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArefShojaei/Todo-list-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FTodo-list-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FTodo-list-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FTodo-list-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FTodo-list-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArefShojaei","download_url":"https://codeload.github.com/ArefShojaei/Todo-list-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArefShojaei%2FTodo-list-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","back-end","expressjs","mongodb","nodejs","rest-api","todo-api","todo-list-api","todolist"],"created_at":"2024-11-08T17:34:30.921Z","updated_at":"2026-04-07T20:31:54.141Z","avatar_url":"https://github.com/ArefShojaei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTodo-list API ✌️\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eNodeJS , ExpressJS and MongoDB\u003c/p\u003e\n\n###\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg\" height=\"40\" alt=\"javascript logo\"  /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg\" height=\"40\" alt=\"nodejs logo\"  /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg\" height=\"40\" alt=\"express logo\"  /\u003e\n  \u003cimg width=\"12\" /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg\" height=\"40\" alt=\"mongodb logo\"  /\u003e\n\u003c/div\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003ca href=\"https://todo-list-api-666z.onrender.com/api/todos/\" alt=\"Postman\"\u003e\u003cimg src=\"https://github.com/ArefShojaei/todo-list-api/assets/134844185/cf8f495d-bd9d-4121-a132-166472624397\" /\u003e\u003c/a\u003e\n\n\n\u003ch2 align=\"left\"\u003eHow to use it?\u003c/h2\u003e\n\n\u003e First step:\n\nInstall all package dependencies from NPM\n```bash\nnpm install\n```\n\n\u003e Second step:\n\nAfter installing packages, then create \".env\" file in root of the project and add these variables\n```bash\nAPP_PORT = 3000\nMONGODB_URL = mongodb://127.0.0.1:27017/database_name\n```\n###\n###\n###\n\n\u003ch2 align=\"left\"\u003eAPI End-points + HTTP methods\u003c/h2\u003e\n\n###\n\u003e Create new Todo\n```txt\n[POST] /api/todos\n```\n\n\u003e Get all Todos\n```txt\n[GET] /api/todos\n```\n\n\u003e Get Todo by ID\n```txt\n[GET] /api/todos/:id\n```\n\n\u003e Update Todo by ID\n```txt\n[PATCH] /api/todos/:id\n```\n\n\u003e Delete Todo by ID\n```txt\n[DELETE] /api/todos/:id\n```\n\n\u003e Delete all Todos\n```txt\n[DELETE] /api/todos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farefshojaei%2Ftodo-list-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farefshojaei%2Ftodo-list-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farefshojaei%2Ftodo-list-api/lists"}