This repository is an example of the usage of nj-request-scope package.
nj-request-scope package you can find --> here <--
Every controller/facade/service class in this application has implemented a constructor with console logging information about creating the class instance.
- node >= 9.11.2
- npm >= 6.14.13
- Checkout nj-request-scope-example GitHub repository
- Run the command line and change the working directory to the checked out repository
- Run
npm i
- Run
npm start
- Open http://localhost:3000/ in a web browser
- Navigate to example endpoints:
- Inspect console output for object creation information (or better for lack of such information ;)