Nest framework educational project on using Interceptors.
This project showcases interceptors for detecting and transforming null responses and masking password fields.
$ npm install
# development
$ npm start
# watch mode
$ nest start --watch
- Go to http://localhost:3000/null
- Go to http://localhost:3000/user
- Go to http://localhost:3000
This project is licensed under the MIT License. Feel free to use it however you want.