NodeServerThis is a toturial of how to make a NodeServeryou will need node.jsV16 For the nodemailer to workFor Installimg node.jsV16 Paste this in the shell of your reaplnpm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH