A repository to demonstrate a forgot/reset password flow with Nest.js and nodemailer. A medium post to explain it.
$ npm install
Create a .env file under the root folder and setup the env variables by referencing .env.example
# development
$ npm run start
# watch mode
$ npm run start:dev