{"id":31365733,"url":"https://github.com/benevanio/nestjs-clean-arch","last_synced_at":"2026-07-17T07:39:25.777Z","repository":{"id":312913669,"uuid":"1049275431","full_name":"Benevanio/nestjs-clean-arch","owner":"Benevanio","description":"Esta é uma API Restful desenvolvida com Node.js, NestJS e TypeScript, seguindo os princípios de Clean Architecture, DDD (Domain-Driven Design) e Design Patterns. O projeto possui testes automatizados para garantir qualidade e confiabilidade.","archived":false,"fork":false,"pushed_at":"2025-09-30T20:33:04.000Z","size":582,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-17T07:39:03.253Z","etag":null,"topics":["nested","nested-structures","nestjs","nestjs-backend","nestjs-boilerplate","nestjs-graphql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Benevanio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T18:30:57.000Z","updated_at":"2026-03-17T23:23:13.000Z","dependencies_parsed_at":"2025-09-02T20:32:35.316Z","dependency_job_id":"cb38da47-54c8-477f-a655-ae3a15553854","html_url":"https://github.com/Benevanio/nestjs-clean-arch","commit_stats":null,"previous_names":["benevanio/nestjs-clean-arch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Benevanio/nestjs-clean-arch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benevanio%2Fnestjs-clean-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benevanio%2Fnestjs-clean-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benevanio%2Fnestjs-clean-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benevanio%2Fnestjs-clean-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benevanio","download_url":"https://codeload.github.com/Benevanio/nestjs-clean-arch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benevanio%2Fnestjs-clean-arch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35573734,"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-17T02:00:06.162Z","response_time":116,"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":["nested","nested-structures","nestjs","nestjs-backend","nestjs-boilerplate","nestjs-graphql"],"created_at":"2025-09-27T09:53:27.518Z","updated_at":"2026-07-17T07:39:25.740Z","avatar_url":"https://github.com/Benevanio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sobre o Projeto\n\nEsta é uma API Restful desenvolvida com Node.js, NestJS e TypeScript, seguindo os princípios de Clean Architecture, DDD (Domain-Driven Design) e Design Patterns. O projeto possui testes automatizados para garantir qualidade e confiabilidade.\n\n### Principais Características\n- Estrutura modular baseada em Clean Architecture\n- Separação clara de camadas: Domain, Application, Infrastructure e Presentation\n- Utilização de padrões de projeto (Design Patterns)\n- Testes automatizados (unitários e e2e)\n- Documentação e exemplos de uso\n\n## Como Executar\n\nSiga os passos abaixo para instalar as dependências, compilar e executar o projeto:\n\n```bash\nnpm install\nnest start\n```\n\n## Testes Automatizados\n\nExecute os testes unitários e de integração:\n\n```bash\nnpm run test      # Testes unitários\nnpm run test:e2e  # Testes end-to-end\nnpm run test:cov  # Cobertura de testes\n```\n\n## Estrutura de Pastas Sugerida\n\n```\nsrc/\n  domain/         # Entidades, Value Objects, Interfaces, Regras de Negócio\n  application/    # Casos de uso, Serviços de aplicação\n  infrastructure/ # Repositórios, provedores externos\n  presentation/   # Controllers, DTOs, validações\n```\n\n## Padrões e Práticas\n- DDD: Modelagem do domínio e casos de uso\n- Clean Architecture: Independência de frameworks e UI\n- Design Patterns: Singleton, Factory, Repository, etc.\n- Testes automatizados com Jest\n\n## Resources\n\nCheck out a few resources that may come in handy when working with NestJS:\n\n- Visit the [NestJS Documentation](https://docs.nestjs.com) to learn more about the framework.\n- For questions and support, please visit our [Discord channel](https://discord.gg/G7Qnnhy).\n- To dive deeper and get more hands-on experience, check out our official video [courses](https://courses.nestjs.com/).\n- Deploy your application to AWS with the help of [NestJS Mau](https://mau.nestjs.com) in just a few clicks.\n- Visualize your application graph and interact with the NestJS application in real-time using [NestJS Devtools](https://devtools.nestjs.com).\n- Need help with your project (part-time to full-time)? Check out our official [enterprise support](https://enterprise.nestjs.com).\n- To stay in the loop and get updates, follow us on [X](https://x.com/nestframework) and [LinkedIn](https://linkedin.com/company/nestjs).\n- Looking for a job, or have a job to offer? Check out our official [Jobs board](https://jobs.nestjs.com).\n\n## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenevanio%2Fnestjs-clean-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenevanio%2Fnestjs-clean-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenevanio%2Fnestjs-clean-arch/lists"}