{"id":18632234,"url":"https://github.com/michelbernardods/task-list-nodejs","last_synced_at":"2026-07-09T17:31:20.173Z","repository":{"id":123546168,"uuid":"222842840","full_name":"michelbernardods/task-list-nodejs","owner":"michelbernardods","description":"application to store projects and their tasks from scratch using Express.","archived":false,"fork":false,"pushed_at":"2022-12-11T14:04:55.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T22:33:16.126Z","etag":null,"topics":[],"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/michelbernardods.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":"2019-11-20T03:28:26.000Z","updated_at":"2021-01-12T23:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"656b0baf-6ab3-45fb-9a3d-9c4cb8a3a361","html_url":"https://github.com/michelbernardods/task-list-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michelbernardods/task-list-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Ftask-list-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Ftask-list-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Ftask-list-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Ftask-list-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelbernardods","download_url":"https://codeload.github.com/michelbernardods/task-list-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Ftask-list-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35308362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":[],"created_at":"2024-11-07T05:10:44.690Z","updated_at":"2026-07-09T17:31:20.155Z","avatar_url":"https://github.com/michelbernardods.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Challenge 01 bootcamp\n\nAbout the challenge Create an application to store projects and their tasks from scratch using Express.\n\nPOST / projects routes: The route must receive id and title within the body and register a new project within an array in the following format: {id: \"1\", title: 'New project', tasks: []}; Be sure to send both the project ID and the title in string format with double quotes.\n\nGET / projects: Route that lists all projects and their tasks;\n\nPUT / projects / id The route should only change the project title with the id present in the route parameters;\n\nDELETE / projects / id The route must delete the project with the id present in the route parameters;\n\nPOST / projects /: id / tasks: The route must receive a title field and store a new task in the task array of a specific project chosen through the id present in the route parameters;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelbernardods%2Ftask-list-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelbernardods%2Ftask-list-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelbernardods%2Ftask-list-nodejs/lists"}