{"id":24071082,"url":"https://github.com/luizrebelatto/challenge-01-node-js-concepts","last_synced_at":"2026-04-22T23:35:14.817Z","repository":{"id":129071255,"uuid":"413568706","full_name":"Luizrebelatto/challenge-01-node-js-concepts","owner":"Luizrebelatto","description":"Aplicação para Gerenciamento de Tarefas","archived":false,"fork":false,"pushed_at":"2021-10-14T00:00:48.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T21:41:02.979Z","etag":null,"topics":["backend","nodejs"],"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/Luizrebelatto.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,"zenodo":null}},"created_at":"2021-10-04T20:09:55.000Z","updated_at":"2021-10-14T00:00:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"32d8dc8f-a38a-4cf6-ab1b-e82f42b1be28","html_url":"https://github.com/Luizrebelatto/challenge-01-node-js-concepts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rocketseat-education/ignite-template-conceitos-do-nodejs","purl":"pkg:github/Luizrebelatto/challenge-01-node-js-concepts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Fchallenge-01-node-js-concepts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Fchallenge-01-node-js-concepts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Fchallenge-01-node-js-concepts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Fchallenge-01-node-js-concepts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luizrebelatto","download_url":"https://codeload.github.com/Luizrebelatto/challenge-01-node-js-concepts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luizrebelatto%2Fchallenge-01-node-js-concepts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":["backend","nodejs"],"created_at":"2025-01-09T16:38:26.953Z","updated_at":"2026-04-22T23:35:14.810Z","avatar_url":"https://github.com/Luizrebelatto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTo Do\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-bibliotecas\"\u003eBibliotecas\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-funcionalidades\"\u003eFuncionalidades\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-rotas\"\u003eRotas\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-como-executar\"\u003eComo Executar\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## 💻 Projeto\n\nAplicação para Gerenciamento de Tarefas\n\n## ✨ Tecnologias\n- Node\n- JavaScript\n- Insomnia\n- express\n- nodemon\n\n## 📚 Bibliotecas\n- uuid\n- supertest\n- cors\n- jest\n\n## 💻 Funcionalidades\n- Criar Usuário\n- Cadastrar Tarefas\n- Mostrar Tarefas\n- Atualizar titulo e prazo da tarefa\n- Alterar estado da tarefa\n- Deletar tarefa\n\n## ✔️ Requisitos\n\n- [x] checksExistsUserAccount\n- [x] checksExistsTodos\n\n## 💻 Testes\n- [x] Users should be able to create a new user\n- [x] Users should not be able to create a new user when username already exists\n- [x] Todos should be able to list all user's todo\n- [x] Todos should be able to create a new todo\n- [x] Todos should be able to update a todo\n- [x] Todos should not be able to update a non existing todo\n- [x] Todos should be able to mark a todo as done\n- [x] Todos should not be able to mark a non existing todo as done\n- [x] Todos should not be able to delete a non existing todo\n- [x] Todos should be able to delete a todo\n\n\n## 📱 Rotas\n\n- POST → /users\n- POST → /todos\n- GET → /todos\n- PUT → /todos/:id\n- PATCH → /todos/:id/done\n- DELETE → /todos/:id\n\n\n## 🚀 Como executar\n\n1) Clonar o projeto do github:\n    `git clone https://github.com/Luizrebelatto/challenge-01-node-js-concepts.git`\n\n2) Abrir terminal(CMD/TERMINAL ou VSCode/CMD) e acessar a pasta raiz do projeto (pelo terminal).\n    \n\n3) Instalar Dependências:\n  execute `yarn`\n\n\n4) Rodar Aplicação no http://localhost:3333:\n    `yarn dev`\n    \n5) Rodar testes:\n    `yarn test`\n      \n---\n\nDesenvolvido por👋🏻:\n- [Luiz Gabriel Rebelatto](https://www.linkedin.com/in/luiz-gabriel-rebelatto-bianchi-67097413b/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizrebelatto%2Fchallenge-01-node-js-concepts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizrebelatto%2Fchallenge-01-node-js-concepts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizrebelatto%2Fchallenge-01-node-js-concepts/lists"}