{"id":18632243,"url":"https://github.com/michelbernardods/desafio-nodejs-bootcamp","last_synced_at":"2026-05-16T06:36:09.196Z","repository":{"id":123545855,"uuid":"216281694","full_name":"michelbernardods/desafio-nodejs-bootcamp","owner":"michelbernardods","description":"Application to store projects and their tasks from scratch using Express.","archived":false,"fork":false,"pushed_at":"2022-12-11T10:04:07.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T11:08:06.079Z","etag":null,"topics":["desafio-nodejs-bootcamp","rocketseat","rocketseat-bootcamp","rota"],"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-10-19T23:12:55.000Z","updated_at":"2021-01-21T13:42:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b3c9990-ffc0-46af-8d7f-5a539b1b7275","html_url":"https://github.com/michelbernardods/desafio-nodejs-bootcamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michelbernardods/desafio-nodejs-bootcamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Fdesafio-nodejs-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Fdesafio-nodejs-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Fdesafio-nodejs-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Fdesafio-nodejs-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelbernardods","download_url":"https://codeload.github.com/michelbernardods/desafio-nodejs-bootcamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelbernardods%2Fdesafio-nodejs-bootcamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["desafio-nodejs-bootcamp","rocketseat","rocketseat-bootcamp","rota"],"created_at":"2024-11-07T05:10:46.989Z","updated_at":"2026-05-16T06:36:09.180Z","avatar_url":"https://github.com/michelbernardods.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# desafio-nodejs-bootcamp\nChallenge 01 bootcamp\n\nAbout the challenge\nCreate an application to store projects and their tasks from scratch using Express.\n\nRoutes\nPOST /projects: The route must receive id and title inside 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 must change only the title of the project 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%2Fdesafio-nodejs-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelbernardods%2Fdesafio-nodejs-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelbernardods%2Fdesafio-nodejs-bootcamp/lists"}