NestJs - Controllers [02]

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • We are going to see how we can create Controllers, what roles they play, and how the routing mechanism works in NestJS. On top of that, we will see how Nest handles the responses in different ways, and how it supports the native express way of handling Request and Response Objects (req and res)
    We will also cover some more features provided by Nest
    Timestamps:
    ---------------------
    0:00- Initial files
    0:48- What is main.ts?
    2:16- Running the Application
    2:42- Different Types of Nest Applications
    4:38- What is a Controller ?
    5:30- Adding Metadata to @Controller
    7:05- Adding a path on @Get
    8:00- Route Handlers
    9:36- Response Handling in NestJs
    11:20- Using Express "res"and "req" Objects
    13:15- Creating a POST API
    14:42- Using @Body()
    15:30- More Controller features
    17:00- Adding the Controller to a Module
    17:55- Recap

Komentáře • 4

  • @SivaliBalu
    @SivaliBalu Před 13 dny

    Really awesome work !! thanks

  • @chiko209
    @chiko209 Před 4 měsíci

    Hello, all i want to say is thank you, really appreciate your work here, you are one of the best teachers❤ keep up the great work 🙏👏🏻

    • @Computerix
      @Computerix  Před 4 měsíci +1

      Thank you so much for this comment!

  • @rayenselmen603
    @rayenselmen603 Před 7 měsíci

    Great!