Envio de emails de um servidor Node.js
$ git clone url-do-projeto.git
$ cd node-email #change to that directory
$ npm install #download dependencies to node_modules
$ cp .env.example .env #create the ".env" file like the ".env.example" file
$ npm run dev #start the project
Checar arquivo routes.http