Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nestjs

How Do I Pass Plain Text As My Request Body Using Nestjs?

One of the controller methods in my NestJS application is supposed to take plain text as its body b… Read more How Do I Pass Plain Text As My Request Body Using Nestjs?

Should I Use Camelcase For Oauth2?

So i'm trying to implement an oauth2 server in nestjs and i've been reading the specificati… Read more Should I Use Camelcase For Oauth2?

Single File Bundle With Nestjs + Typescript + Webpack + Node_modules

How? How I can bundle NestJS project including node_module for offline application? webpack.config.… Read more Single File Bundle With Nestjs + Typescript + Webpack + Node_modules

Process.env.varible Undefined In Nest.js

I am using nest.js and I want to import object defined in auth.parameters.ts file. File is defined … Read more Process.env.varible Undefined In Nest.js

How To Deal With Nestjs @get() Decorator?

This block of code works properly. I'm able to access both functions with the URL http://localh… Read more How To Deal With Nestjs @get() Decorator?

Type Of Object Received During File Upload Using @uploadfile

In the REST API below, what is the type of file object that is received. @Post('/:folderId/doc… Read more Type Of Object Received During File Upload Using @uploadfile

Validate Nested Objects Using Class Validator And Nestjs

I'm trying to validate nested objects using class-validator and NestJS. I've already tried … Read more Validate Nested Objects Using Class Validator And Nestjs