API with NestJS #68. Interacting with the application through REPL
The NestJS team officially announced NestJS 9 on July 8th. One of its features is Read-Eval-Print-Loop (REPL) implementation. It is an environment that allows us to interact with our NestJS application through the terminal. In this article, we go through how to set up REPL with NestJS. We also use features built into NodeJS to […]