{"id":14984864,"url":"https://github.com/rocketseat-education/nlw-04-nodejs","last_synced_at":"2025-08-20T04:32:52.824Z","repository":{"id":38244428,"uuid":"342580281","full_name":"rocketseat-education/nlw-04-nodejs","owner":"rocketseat-education","description":"Projeto construído durante o Next Level Week #04, na trilha de Node.js","archived":false,"fork":false,"pushed_at":"2023-07-12T02:19:52.000Z","size":742,"stargazers_count":123,"open_issues_count":0,"forks_count":61,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-08T08:32:04.690Z","etag":null,"topics":["nextlevelweek","nlw-04","nodejs","rocketseat"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rocketseat-education.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-02-26T13:13:54.000Z","updated_at":"2024-05-23T13:54:47.000Z","dependencies_parsed_at":"2024-09-25T00:31:34.655Z","dependency_job_id":null,"html_url":"https://github.com/rocketseat-education/nlw-04-nodejs","commit_stats":{"total_commits":10,"total_committers":4,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"9a27c229e8e5c8f5f9d1f0a8064d6ab3ae776410"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketseat-education%2Fnlw-04-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketseat-education","download_url":"https://codeload.github.com/rocketseat-education/nlw-04-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230394228,"owners_count":18218707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nextlevelweek","nlw-04","nodejs","rocketseat"],"created_at":"2024-09-24T14:09:47.484Z","updated_at":"2024-12-19T07:07:11.246Z","avatar_url":"https://github.com/rocketseat-education.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNPS-NLW\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-diagrama\"\u003eDiagrama\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-como-executar\"\u003eComo executar\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-licença\"\u003eLicença\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=8257E5\u0026labelColor=000000\"\u003e\n\n \u003cimg src=\"https://img.shields.io/static/v1?label=NLW\u0026message=04\u0026color=8257E5\u0026labelColor=000000\" alt=\"NLW 04\" /\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Happy\" src=\".github/preview.png\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n## ✨ Tecnologias\n\nEsse projeto foi desenvolvido com as seguintes tecnologias:\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Ethereal-Email](https://ethereal.email/)\n- [TypeORM](https://typeorm.io/#/)\n- [Express](https://expressjs.com/pt-br/)\n- [Jest](https://jestjs.io/)\n- [SQL Editor Beekeeper Studio](https://www.beekeeperstudio.io/)\n\n## 💻 Projeto\n\nO NPS-NLW é uma aplicação que consiste em calcular o NPS da empresa. Nele fazemos o cadastro de usuários, cadastro de pesquisas, envio de e-mail para os usuários responderem as pesquisas de satisfação e com isso podemos realizar o cálculo do NPS.\n\nEsse projeto foi desenvolvido durante a trilha de NodeJS, na quarta edição da NLW. Aprendemos conceitos sobre o que é um API, como iniciar um projeto utilizando Typescript e Express para gerenciamento das rotas, TypeORM para manipulação dos dados, testes automatizados e envio de e-mail.\n\n## 🔶 Diagrama\n\n\u003cimg src=\"public/diagrama.png\" alt=\"Diagrama da aplicação\" /\u003e\n\n## 🚀 Como executar\n\n- Clone o repositório\n- Instale as dependências com `yarn`\n- Inicie o servidor com `yarn dev`\n\nA aplicação pode ser acessada em [`localhost:3333`](http://localhost:3333).\n\n## 📄 Licença\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.\n\n---\n\nFeito com ♥ by Rocketseat 👋🏻 [Participe da nossa comunidade!](https://discordapp.com/invite/gCRAFhc)\n\n\u003c!--START_SECTION:footer--\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/rocketseat\" target=\"_blank\"\u003e\n    \u003cimg align=\"center\" src=\"https://storage.googleapis.com/golden-wind/comunidade/rodape.svg\" alt=\"banner\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!--END_SECTION:footer--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketseat-education%2Fnlw-04-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketseat-education%2Fnlw-04-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketseat-education%2Fnlw-04-nodejs/lists"}