Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

nestjs.md

File metadata and controls

9 lines (7 loc) · 436 Bytes

NestJS

Your task is to migrate your application to Nest.js

Main application functionality remain unchanged. Besides that, you should implement additional functionalities:

  • file uploading functionality (POST /file)
  • file streaming functionality (GET /file/:filename)
  • validation of DTO (using Nest.js validation pipelines)
  • In Readme.md should be table with Nest.js express vs Nest.js fastify performance comparison.