Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 483 Bytes

Description

A repository to demonstrate a forgot/reset password flow with Nest.js and nodemailer. A medium post to explain it.

Project setup

$ npm install

Create a .env file under the root folder and setup the env variables by referencing .env.example

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev