{"id":19704784,"url":"https://github.com/vghessel/taskkiller","last_synced_at":"2026-04-14T03:31:00.403Z","repository":{"id":216401640,"uuid":"739129943","full_name":"vghessel/taskKiller","owner":"vghessel","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-26T18:01:07.000Z","size":2833,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T17:22:57.169Z","etag":null,"topics":["docker","mongodb-atlas","nginx","nodejs","reactjs"],"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/vghessel.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":"2024-01-04T20:57:00.000Z","updated_at":"2024-08-26T18:01:10.000Z","dependencies_parsed_at":"2024-08-26T21:02:46.145Z","dependency_job_id":"f099ae44-d212-49d7-9d75-b5056f373ff1","html_url":"https://github.com/vghessel/taskKiller","commit_stats":null,"previous_names":["vghessel/taskkiller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vghessel/taskKiller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vghessel%2FtaskKiller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vghessel%2FtaskKiller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vghessel%2FtaskKiller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vghessel%2FtaskKiller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vghessel","download_url":"https://codeload.github.com/vghessel/taskKiller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vghessel%2FtaskKiller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["docker","mongodb-atlas","nginx","nodejs","reactjs"],"created_at":"2024-11-11T21:24:25.814Z","updated_at":"2026-04-14T03:31:00.389Z","avatar_url":"https://github.com/vghessel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/Task_Killer.png\" alt=\"Task Killer Logo\"\u003e\n\u003c/p\u003e\n\n\n**Uma To-Do List que simplifica sua vida: leve, fácil e eficiente. Organize suas tarefas com elegância, sem complicações.**\n\n*Trabalho de conclusão de curso - Pós-Graduação em Desenvolvimento Full Stack (PUCRS)*\n\n---\n## Backend\n***Tecnologias utilizadas:***\n* Nodejs\n* Express\n* MongoDB\n* Json Web Token (JWT)\n* Docker\n* Nginx\n* Google Cloud Platform\n* Mocha, Chai e Supertest (Unit Tests)\n\n***Documentação da API:***\n\nPara ver a documentação da API é só acessar o endpoint **/api-docs** que o arquivo swagger.yml será mostrado localmente no padrão do Swagger Editor.\n\n![Swagger UI](img/swagger.png)\n\nCaso não esteja rodando o projeto, é possível fazer o upload do arquivo [swagger.yml](backend/swagger.yml) em [editor.swagger.io](https://editor.swagger.io/)\n\n\n***Rodando a aplicação:***\n1. Clone o repositório:\n\n```bash\ngit clone https://github.com/vghessel/taskKiller.git\n```\n\n```bash\ncd taskKiller\n```\n\n2. Instale as dependências:\n\n```bash\ncd backend \u0026\u0026 npm install\n```\n\n3. Crie e configure suas credenciais do MongoDB Atlas no arquivo backend/.env:\n\n\u003csub\u003eNeste caso é necessário ter acesso ao MongoDB Atlas que é um Cluster gratuíto na Cloud do MongoDB\u003c/sub\u003e\n\n```bash\nMONGODB_URI=mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@cluster7.tjnxkvv.mongodb.net/?retryWrites=true\u0026w=majority\n```\n\n4. Inicialize o servidor:\n\n```bash\ncd backend \u0026\u0026 npm start\n```\n\n***Testando a aplicação:***\n\n\u003csub\u003e**Teste manual:**\u003c/sub\u003e\n\nAlém de testar utilizando o Postman em conjunto com a documentação Swagger, é possível utilizar o arquivo request.rest com a extensao REST Client no VSCode para fazer as requisições ao banco de dados.\n\n\u003csub\u003e**Testes unitários:**\u003c/sub\u003e\n\nMocha, Chai e Supertest serão responsáveis por esses testes, para isso rode:\n\n```bash\nnpm test\n```\n\n---\n## Frontend\n\n***Tecnologias utilizadas:***\n* JavaScript\n* React\n* Redux\n* Iodash\n* Material UI\n\n\n***Rodando a aplicação:***\n1. Clone o repositório:\n\n```bash\ngit clone https://github.com/vghessel/taskKiller.git\n```\n\n```bash\ncd taskKiller\n```\n\n2. Instale as dependências:\n\n```bash\ncd gui \u0026\u0026 yarn install\n```\n\n3. Inicialize a aplicação:\n\n```bash\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvghessel%2Ftaskkiller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvghessel%2Ftaskkiller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvghessel%2Ftaskkiller/lists"}