{"id":27772166,"url":"https://github.com/leandroffdev/curso_nodejs_completo","last_synced_at":"2026-01-23T22:27:32.533Z","repository":{"id":265812414,"uuid":"896680986","full_name":"leandroffdev/curso_nodejs_completo","owner":"leandroffdev","description":"Projeto desenvolvido durante o curso completo de Node.js utilizando TypeScript, Jest e TDD. Este repositório contém exemplos práticos de boas práticas no desenvolvimento de APIs, testes unitários e arquitetura limpa.","archived":false,"fork":false,"pushed_at":"2024-12-01T02:38:51.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T23:05:29.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/leandroffdev.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":"2024-12-01T02:35:13.000Z","updated_at":"2024-12-01T02:38:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"900ceb49-fe3c-4dac-9038-91d96f9c7f1c","html_url":"https://github.com/leandroffdev/curso_nodejs_completo","commit_stats":null,"previous_names":["leandroffdev/curso_nodejs_completo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leandroffdev/curso_nodejs_completo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroffdev%2Fcurso_nodejs_completo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroffdev%2Fcurso_nodejs_completo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroffdev%2Fcurso_nodejs_completo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroffdev%2Fcurso_nodejs_completo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandroffdev","download_url":"https://codeload.github.com/leandroffdev/curso_nodejs_completo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroffdev%2Fcurso_nodejs_completo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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":[],"created_at":"2025-04-29T23:05:28.139Z","updated_at":"2026-01-23T22:27:32.528Z","avatar_url":"https://github.com/leandroffdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto Node.js com TypeScript, Jest e TDD\n\nEste repositório contém o projeto desenvolvido durante o curso completo de Node.js. O objetivo é aprender e aplicar conceitos avançados no desenvolvimento de APIs usando **TypeScript**, **Jest** para testes e a metodologia **TDD (Test-Driven Development)**.\n\n## 🚀 Tecnologias Utilizadas\n- **Node.js**: Plataforma para execução de JavaScript no servidor.\n- **TypeScript**: Superset de JavaScript que adiciona tipagem estática.\n- **Jest**: Framework para testes unitários.\n- **TDD**: Desenvolvimento orientado por testes.\n\n## 📂 Estrutura do Projeto\n```plaintext\nsrc/\n├── controllers/\n├── services/\n├── models/\n├── tests/\n│   ├── unit/\n│   └── integration/\n├── utils/\n└── app.ts\n\n🛠️ Funcionalidades\nCriação de endpoints RESTful.\nAplicação de boas práticas com TDD.\nTestes unitários e de integração com Jest.\nConfiguração avançada do TypeScript.\n\n⚙️ Como Executar\nClone o repositório:\n\nbash\nCopy code\ngit clone https://github.com/leandroffdev/curso_nodejs_completo.git\ncd curso_nodejs_completo\nInstale as dependências:\n\nbash\nCopy code\nnpm install\nExecute os testes:\n\nbash\nCopy code\nnpm test\nInicie o servidor:\n\nbash\nCopy code\nnpm run dev\n\n📖 Aprendizados\nArquitetura limpa e escalável.\nImportância de escrever testes para aumentar a confiabilidade do código.\nUso do TypeScript para evitar erros em tempo de execução.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroffdev%2Fcurso_nodejs_completo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandroffdev%2Fcurso_nodejs_completo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroffdev%2Fcurso_nodejs_completo/lists"}