{"id":15190524,"url":"https://github.com/nitinpatel2001/open-api-for-task-and-subtask","last_synced_at":"2026-03-01T23:31:22.185Z","repository":{"id":233352115,"uuid":"766190823","full_name":"NitinPatel2001/open-API-for-task-and-subtask","owner":"NitinPatel2001","description":"API to Perform various operations and update the due date everyday","archived":false,"fork":false,"pushed_at":"2024-03-02T15:31:58.000Z","size":6121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T18:35:20.667Z","etag":null,"topics":["cronjob","expressjs","jwt-authentication","mongodb","mongoosejs","nodejs","twillio-api"],"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/NitinPatel2001.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}},"created_at":"2024-03-02T15:31:12.000Z","updated_at":"2024-03-02T15:34:13.000Z","dependencies_parsed_at":"2024-04-15T23:07:27.927Z","dependency_job_id":"ad15c451-60ef-4379-9f98-01a94fad72c4","html_url":"https://github.com/NitinPatel2001/open-API-for-task-and-subtask","commit_stats":null,"previous_names":["nitinpatel2001/open-api-for-task-and-subtask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NitinPatel2001%2Fopen-API-for-task-and-subtask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NitinPatel2001%2Fopen-API-for-task-and-subtask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NitinPatel2001%2Fopen-API-for-task-and-subtask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NitinPatel2001%2Fopen-API-for-task-and-subtask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NitinPatel2001","download_url":"https://codeload.github.com/NitinPatel2001/open-API-for-task-and-subtask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241061922,"owners_count":19902793,"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","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":["cronjob","expressjs","jwt-authentication","mongodb","mongoosejs","nodejs","twillio-api"],"created_at":"2024-09-27T20:40:35.914Z","updated_at":"2026-03-01T23:31:22.148Z","avatar_url":"https://github.com/NitinPatel2001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Task and SubTask API\n\nPlese first enter you mongodb URL into db/connect.js\n\n# API1 - Post Request\n\nhttp://localhost:4422/addtask\n\nbody: {\n    title, description, due_date\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Add the task into Database or Give respected Error\n\n# API2 - Post Request\n\nhttp://localhost:4422/addsubtask\n\nbody: {\n    task_id\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Add SubTask into Database or give respected error\n\n# API3 - Post Request\n\nhttp://localhost:4422/updatetask\n\nbody: {\n    task_id, status, due_date\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: update the task into Database or Give respected Error\n\n# API4 - Post Request\n\nhttp://localhost:4422/updatesubtask\n\nbody: {\n    subtask_id, status\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Update the task into Database or Give respected Error\n\n\n# API5 - Post Request\n\nhttp://localhost:4422/deletetask\n\nbody: {\n    task_id\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Delete the task into Database or Give respected Error\n\n# API6 - Post Request\n\nhttp://localhost:4422/deletesubtask\n\nbody: {\n    subtask_id\n}\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Delete the subtask into Database or Give respected Error\n\n# API7 - Get Request\n\nhttp://localhost:4422/gettask\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Give all task\n\n# API8 - Get Request\n\nhttp://localhost:4422/getsubtask\n\nheader: {\n    token: jwtwebtoken\n}\n\nResult: Give all subtask\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitinpatel2001%2Fopen-api-for-task-and-subtask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitinpatel2001%2Fopen-api-for-task-and-subtask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitinpatel2001%2Fopen-api-for-task-and-subtask/lists"}