API with NestJS #112. Serializing the response with Prisma
Briefly

When fetching data from the database, we do not always want to present it to the user in the original form.When working with NestJS, the most popular way of modifying the response is with the library.However, using the above library with Prisma requires a bit of work.In this article, we provide examples of how to do that in a clean and easy-to-understand way.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
add
]
[
|
|
]