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

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

Serving Multiple Static Files In Nestjs For Different Locations And Prefixes?

I am currently serving static files for some developer static docs I have created, I am currently u… Read more Serving Multiple Static Files In Nestjs For Different Locations And Prefixes?

Nestjs + Typeorm: Use Two Or More Databases?

I'm trying since 2 days to solve this, perhaps I'm simply missing the point here. My goal w… Read more Nestjs + Typeorm: Use Two Or More Databases?

How To Define Location In An Entity Using Mongodb

I am using nest js in my sample application. I define the entity of my application .Entity means a … Read more How To Define Location In An Entity Using Mongodb

How To Apply Both Validationpipe() And Parseintpipe() To Params?

I'm trying to apply both the ValidationPipe() and ParseIntPipe() to the params in my NestJs con… Read more How To Apply Both Validationpipe() And Parseintpipe() To Params?