NestJs Course for Beginners - Create a REST API

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 829

  • @CodeWithVlad
    @CodeWithVlad 2 роки тому +650

    Thank you Beau!
    I really enjoyed making this course, I hope that it will be helpful to anyone who wants to learn about NestJs! 😊

    • @sirlionellord
      @sirlionellord 2 роки тому +45

      Thanks Vlad

    • @kadeinvictus1759
      @kadeinvictus1759 2 роки тому +29

      Thank you for your video. I finished it, it was excellent

    • @christophermaisch
      @christophermaisch 2 роки тому +12

      Vlad, you are a legend bud! Keep it up, love the way you work!

    • @CodeWithVlad
      @CodeWithVlad 2 роки тому +7

      @Ojeomokhai Samuel Thank you for asking. In fact I do. I will keep you guys posted on my channel!

    • @SeanJuice
      @SeanJuice 2 роки тому +4

      getting this error , can help
      const core_1 = require("@angular/core");
      ^
      Error [ERR_REQUIRE_ESM]: require() of ES

  • @ciferr1032
    @ciferr1032 7 місяців тому +723

    Where tf does youtube take me when I fall asleep

    • @Potatopost
      @Potatopost 6 місяців тому +5

      🤣🤣🤣

    • @Dojo2000
      @Dojo2000 6 місяців тому +4

      😂😂

    • @mr.waffles651
      @mr.waffles651 6 місяців тому +12

      Omg for reallllll 😂

    • @mso1ps4
      @mso1ps4 6 місяців тому +12

      They're trying to make us learn

    • @lsfothty
      @lsfothty 6 місяців тому +24

      i can say i an a victim too😭

  • @victorbayas6296
    @victorbayas6296 Рік тому +16

    For Windows users, instead of sleep 1 put node -e \"setTimeout(()=>{}, 1000)\" on your package.json
    PD: Thanks Vlad, one of the best courses I've seen 💯

  • @jolyonblazey
    @jolyonblazey Рік тому +25

    Fantastic training by building an app while you watch, and explaining why stuff is important, but moving on quickly, such a broad coverage of different libraries and tools. I have watched it several times. This will be important for my new job. Thanks.

  • @jodwbe
    @jodwbe Рік тому +3

    I just switched from Rust/Axum to TS/NestJS. The developer experience with TS and NestJS is hands down beautiful.

  • @alexlun4464
    @alexlun4464 Рік тому +38

    Dude... you're a fantastic teacher. Hands-on approach is the only thing that works for me. The only time I really soak in information is when I apply it in practice. Thank you so much for this easy-to-follow tutorial.
    If you're a viewer finding this tutorial hard, don't despair. Many of us have a background in another backend framework (Ruby on Rails in my case) so we are very familiar with many concepts talked here. Just keep practicing until it sticks with you, we were all in your shoes once so you'll get there too.

  • @spamserv
    @spamserv Рік тому +19

    I listened to around 45 minutes for now, and this seems like a really easy and intuitive way to teach. I read about NestJS and started utilizing it recently, but this video makes my understanding of NestJS really stronger and I appreciate it. You earned yourself another subscriber. :)

    • @BoominGame
      @BoominGame 9 місяців тому

      I listened to around15 minutes and woke up at 3 hours 05 and have absolutely no idea what happened. Is food ready?

  • @solyaridz389
    @solyaridz389 2 роки тому +7

    if you have hard time with docker like i did.
    Then run:
    docker pull postgres
    and chane postges-13 to postgres:latest in docker-compose

  • @Beyram1501
    @Beyram1501 Рік тому +8

    It is safe to say that I've never watched a better tutorial and I'm not even exaggerating. NestJS is amazing and explained by you seems even more amazing. wow, hope you have a udemy account so I can follow and purchase more of your courses.

  • @petarp3938
    @petarp3938 Рік тому +25

    At 1:12 / 1:13, you will now probably have to replace "error instanceof PrismaClientKnownRequestError" with "error instanceof Prisma.PrismaClientKnownRequestError" and do "import { Prisma } from '@prisma/client'"

    • @kadir572
      @kadir572 Рік тому +1

      Thanks this helped me to solve the issue!

    • @BAINBRIDGE_BODEGA
      @BAINBRIDGE_BODEGA Рік тому

      Thanks m8, this was helpful!

    • @magdastein5580
      @magdastein5580 Рік тому

      ahh you already wrote that, didnt see it and wrote a comment about it too :)

    • @AsantePE
      @AsantePE Рік тому

      Great comment

    • @alexognyanov9929
      @alexognyanov9929 Рік тому

      br i was stuck at this for a solid 15 minutes and decided to check the comments, tysm

  • @reandov
    @reandov 2 роки тому +14

    Hey man, just finished your tutorial. I am a frontend React developer for almost 2 years, I've been wanting to learn backend development for quite a while and your NestJS tutorial is simply amazing and well taught. Thank you!

    • @jasmeetsinghratra7551
      @jasmeetsinghratra7551 2 роки тому

      Hey Evandro, did you know node-express before starting this? Can i start with it if i do now know about it?

    • @reandov
      @reandov 2 роки тому +1

      @@jasmeetsinghratra7551 I knew but it's totally ok if you don't know. They're pretty much different but equally fine to learn

    • @EmmanuelTkayy
      @EmmanuelTkayy 11 місяців тому

      I need a remote job@@reandov

  • @khoinguyenvu8091
    @khoinguyenvu8091 8 місяців тому +1

    Never self-code API Backend but with only first time to watch your video, i understand many thing about it. Thank you very much!

  • @siwm6309
    @siwm6309 2 роки тому +4

    I decided to develop my project with prisma and nest thanks to you. Your course very very clear and comprehensible.

  • @saman6199
    @saman6199 2 роки тому +25

    Everything about this tutorial was more than perfect, the walkthrough, detailed explanation and also the test environment setup, thanks for your hard work, much appreciate it.

  • @donang6157
    @donang6157 2 роки тому +16

    Spent a long time searching for a good guide on using nestjs with Prisma and gotta say this is an amazing guide that came out at the right time.

  • @marckraw
    @marckraw 2 роки тому +21

    This is totally amazing. All the other tutorials touches only on some very basic stuff, and this is full proof stuff with test and all that! Really amazing job!

  • @CollinCox-m9l
    @CollinCox-m9l 4 місяці тому +1

    I would like to thank you for your continued support. I'm so grateful that someone is thinking about my well-being and career.. I will always remember everything you've done for me

  • @faraonch
    @faraonch 2 роки тому +2

    A well done tutorial. I needed to catch up as my company uses NestJS and I've completely lost track. Now, I am back.

  • @antareephasan
    @antareephasan День тому

    Thanks a lot, Vladimir!
    I've been using Express for three years and was getting too comfortable, so I decided to learn NestJS since it's trending. After watching this course, I feel confident enough to start building apps with Nest.
    I didn’t expect the testing part, though-thank you! 💚

  • @Yuta-cy5ox
    @Yuta-cy5ox 10 місяців тому +1

    It was so amazing NestJS tutorial.
    I used to think that learning NestJS would be difficult for me.
    However, through this tutorial, I could understand the fundamental concept of NestJS.
    Thank you very much for your kind tutorial.

  • @priestwithnobible
    @priestwithnobible 6 місяців тому +2

    I've already watched half of it and am amazed by how good this video is. Tells you about many possibilities of nestjs and so easy to understand

  • @TheFern2
    @TheFern2 2 роки тому +7

    This is one of the first fcc videos, that I watch from beginning to end. The instructor was just amazing and I learned tons of tricks along the way. I usually code api's at work with fastapi, but nestjs is a nice weapon for my arsenal. Thank you Vlad!

  • @jamesononiwu6330
    @jamesononiwu6330 Рік тому +3

    you are a very good teacher, the speed and explanation is just okay. i'm currently learning nestJS from this course .

  • @sunn-e
    @sunn-e 2 роки тому +22

    If you get stuck somewhere, run `npm run build` from terminal. For eg; ValidationPipe issue.

  • @nijojoseph
    @nijojoseph 2 роки тому +50

    @1:22:30 for windows users use timeout 1 instead of sleep 1. Thanks.

  • @user-ve2zu9fy7v
    @user-ve2zu9fy7v 2 роки тому +8

    TBH this is the best youtube channel I've ever seen. Keep up the amazing work

  • @edisondsouza3404
    @edisondsouza3404 2 роки тому +30

    What an amazing course! I am a react native developer. Found this tutorial so informative and easy to understand. Very well structured 👌 Would love to work with such developers ❤️

  • @adrianozuna2149
    @adrianozuna2149 Рік тому +2

    This tutorial has been amazing. Everythings been clearly explained at a not too fast not too slow pace and your accent is cool too!

  • @andreaho
    @andreaho 2 роки тому +2

    Unbelievable! Folks sell such a course hundreds of dollars while it's freely delivered here. Keep it up, the world needs many more of you guys.

  • @CorentinClichy
    @CorentinClichy 2 роки тому +4

    I rarely post comments, but when I get content like this, I need to!
    Thanks a lot for the good work, the explanations are clear and complete. Thanks a lot, it will definitely improve my nest js skill !

  • @nanonkay5669
    @nanonkay5669 2 роки тому +3

    I love this framework. I've only ever used Express and nest but I never want to look back again

  • @pankajkhushalani
    @pankajkhushalani 2 роки тому +8

    ❤️ NestJS
    It makes backend dev so quick and the integrations with SwaggerUI and TypeORM are amazing!

  • @oluap7449
    @oluap7449 Рік тому +2

    2 hours and 22 minutes down, this course is absolutely amazing, and NestJs really is a powerful tool :D

  • @agenticai9352
    @agenticai9352 2 роки тому +5

    Super solid tutorial - I've been using NestJS for about 6 months - it is a super solid platform for backend REST APIs. I went through this tutorial to learn more about Prisma as an ORM. I love the way you describing Prisma's automatic type generation as "very awesome" at 38:29 . Please make more content regarding NestJS best practices!

    • @nobytes2
      @nobytes2 2 роки тому

      it is awesome because other orms have schemas and models as two separated files, so you have to do twice the work. For example in adonisjs with lucid orm you have to manage the model and migration file all by hand.

    • @Cognitoman
      @Cognitoman 2 роки тому

      @@nobytes2 I actually like it that, keep your schemes and models separated that way they are not tightly coupled

  • @bugraotken
    @bugraotken Рік тому +3

    I have watched and also coded with tutors like 400 tutorials till today (I am counting the number =)) but this tutorial was one of the best tutorials I have ever watched by so far. Very neat, crystal, no questions in my mind, nothing like "tutor does something but you fail with the same code", very helpful. Thanks god there are streamers like Vlad!

  • @alexognyanov9929
    @alexognyanov9929 Рік тому

    watched through it all while going to school, probably the best tutorial i have ever watched

  • @IncomingLegend
    @IncomingLegend 2 роки тому +61

    I quickly browsed through the video and I have to say that this is high quality! Awesome job and thank you for sharing it! Perhaps we could see something similar done with a fullstack framework such as Nextjs or Nuxtjs?

    • @freecodecamp
      @freecodecamp  2 роки тому +5

      Here is a good course about NextJS: ua-cam.com/video/1WmNXEVia8I/v-deo.html

  • @elmirmahmudov6215
    @elmirmahmudov6215 2 роки тому +11

    I was looking for a NestJs tutorial. You really read my mind) please make advanced version also🙏🏻 with projects

  • @MikeNicklas
    @MikeNicklas 2 роки тому +3

    Great tutorial! Needed to write a new API for a side biz and was itching for something new. NestJs is very slick, glad I gave it a try. This is the first time I've felt that same productivity boost of Rails from the early days.

  • @franckt2407
    @franckt2407 2 роки тому +6

    This course is so amazing! What a wonderful legendary teacher! you properly introduce each concept theoretically and then trough practice you make things concrete in minds.

  • @Sofien_Steve
    @Sofien_Steve 8 місяців тому +1

    one of the best tutorials I've ever watched, totally worth the time

  • @nakulnagariya7736
    @nakulnagariya7736 Рік тому

    Some heads up fellow learners, I faced some issue: if you face issues, after changes to your schema, use npx prisma dev push, use import { Prisma } from "@prisma/client"; error instanceof Prisma.PrismaClientKnownRequestError for caching the error code.
    Great course.

  • @mrumidjontv6235
    @mrumidjontv6235 2 роки тому

    I don't know how to thank, man. It is the best tutorial I have ever seen on youtube. Just amazing!!!!

  • @economicist2011
    @economicist2011 2 роки тому +2

    Fantastic introduction. My club leader announced our next project will use NestJS and I was thrilled to see such a comprehensive and up-to-date tutorial.

  • @muhammedalidilekci4585
    @muhammedalidilekci4585 Рік тому +2

    I've watched the first hour of this video. I will continue watching, just wanted to say thank you so much. I really enjoyed following you and this tutorial was exactly what I needed. You got yourself a new subscriber. Keep up the good work 💪🏼👊🏼

  • @jo0o0oke3e3er
    @jo0o0oke3e3er День тому

    When setting the PrismaModule as global, it would be beneficial to create a CoreModule responsible for registering it. Subsequently, the AppModule can import the CoreModule, resulting in a more streamlined and well-organized structure in terms of responsibilities. The CoreModule serves the purpose of facilitating the sharing of global resources, thereby providing clarity on what is considered global within the application.

  • @oussamasadiki7377
    @oussamasadiki7377 2 роки тому +10

    such a beautiful and easy to follow teaching, you do focus on explaining advanced concepts and giving us exactly what is going to make us PRO, SO MUCH LOVE TO YOU SIR

  • @habibielcomedor9158
    @habibielcomedor9158 2 роки тому +2

    Thanks for the video, bro! As a note for improvement, the intricacies of the framework are not easy at all, especially for beginners, as the video is intended. I think the delivery of most concepts could be slower and more thoroughly explained.

  • @ragsbigfella
    @ragsbigfella 9 місяців тому

    Fantastic video.. Learned a lot from this. Only one suggestion: At the beginning of the video if you cover what we are going to do with data models and some diagrams, it will help the beginners to understand the overall project.

  • @prasadpulaguntla9255
    @prasadpulaguntla9255 Рік тому +2

    One of the best courses from Free Code Camp!!

  • @josedomingoscassuandonge840
    @josedomingoscassuandonge840 2 роки тому

    Hi, when i came here to watch this tutorial come having nothing knowlage about nest js, but now i'm very happy full cause i learn it in the best way with this tutorial thanks so match

  • @christopheanfry2425
    @christopheanfry2425 Рік тому

    Very very nice tutorial. Just one regret is that there are too much testing for beginner tutorial, would have prefered to see a lit bit of client integration to display the CRUD oprations, but it doen't take out the amazing job done by Vlad. Thank you

  • @faridmammadov4277
    @faridmammadov4277 2 роки тому +1

    If you are searching for best couse for nest js just read docs ) but tutorial is amazing

  • @juliotavares3268
    @juliotavares3268 2 роки тому +2

    Awesome Tutorial, NestJS maybe the best NodeJS Framework nowadays

  • @aislanarislou
    @aislanarislou 2 роки тому +2

    Thanks for the awesome tutorial!!!! Please bring more ^_^
    But one suggestion: in the tests when you are making use of the "stores" funcionality from "pactum" lib to save variables to use further in next tests... it's not the best approach, because you are creating dependency between the tests when the recommended way is to write tests with scope isolated and independent of each other, so than when one test fails, it will not causing others failing in cascade.

  • @jlaw1618
    @jlaw1618 4 дні тому

    Thank you so much! This tutorial is excellent. You are a wonderful teacher and your pacing and explanations were so deeply helpful.

  • @walidrashed3940
    @walidrashed3940 2 роки тому +2

    Vladimir is very professional and I have learned a lot from him, thank you for making this high-quality course!

    • @meme_engineering4521
      @meme_engineering4521 2 роки тому

      didn't know the Russian president makes programming courses as well, nice

    • @walidrashed3940
      @walidrashed3940 2 роки тому +1

      @@meme_engineering4521 well, it's not easy to put food on the table nowadays because of the sanctions, he had to change his career!

    • @meme_engineering4521
      @meme_engineering4521 2 роки тому

      @@walidrashed3940 haha nice one😂😂

  • @universecode1101
    @universecode1101 2 роки тому +7

    An another huge piece of Javascript 🔥

  • @snperu732
    @snperu732 Рік тому +4

    one of the best courses on nests Lotts of love FCC and Vlad

  • @KWalkerNNK
    @KWalkerNNK 2 роки тому +2

    The lecture was excellent, it gave me a little insight into NestJS - This is a great framework!👨‍💻

  • @kevingrondin974
    @kevingrondin974 2 роки тому +2

    Thanks, it's great because Nest is most popular framework in nodejs, and prisma it's new orm 👍

  • @MathiasEngineer
    @MathiasEngineer 2 роки тому +7

    This was absolutely a awesome course, Thank you so much! Nest is a little weird with those decorators. Your icon pack in visual studio is different then mine they actually show the nest logo... I use night owl by Sarah Drasner for a theme and the icons vscode-icons. I highly recommend!

    • @MathiasEngineer
      @MathiasEngineer 2 роки тому +1

      Also to have this free is great! I pay 40$ a month for frontendmasters

  • @jakeflynn5914
    @jakeflynn5914 3 місяці тому +3

    I went to sleep a normal man, I woke up as an elite programmer. We are not the same.

  • @alirezahabadi3320
    @alirezahabadi3320 4 місяці тому

    Great job with this, It cleared up a lot of stuff for me which I didn't completely get reading through the documentation, Sad to see he doesn't upload videos anymore

  • @Chris-vy4ml
    @Chris-vy4ml 2 роки тому

    I enjoy this course very much. Just a nitpicking feedback, JWT is an id token, not an access token as in authorization.

  • @DanShepherd72
    @DanShepherd72 2 роки тому +1

    Very comprehensive! I hadn’t even heard of NestJs until I saw this video and now I want to use it 👍

  • @pocketwalaali
    @pocketwalaali 2 роки тому +2

    Vlad is a great teacher. Learnt so much from this course.

  • @_hugo_cruz
    @_hugo_cruz Рік тому

    This is the best course about Nest I was see, very complet and perfect learn. Thanks to all people that will made this possible. Hug!!!

  • @alexandergrigoryan3359
    @alexandergrigoryan3359 2 роки тому +3

    Thank you very much Vlad for so clean and great explanations. I recommend this course for everyone who is willing to learn by doing.

  • @sumeyyea
    @sumeyyea Рік тому +8

    hey guys, if you had issues 02:05:01 that property 'user' doesnt exist on request , try to change Request | any , it solved this problem

    • @AbdulRehman-ui3nj
      @AbdulRehman-ui3nj Рік тому

      thanks dude, i was looking for this comment

    • @ziggys.9768
      @ziggys.9768 Рік тому

      Thanks, Any idea why the error happened?"

  • @rudiehe
    @rudiehe 2 роки тому +2

    Very well done Vlad! Tons of useful information and techniques!

  • @abarnto
    @abarnto 2 роки тому +2

    Wow! This course is soo dense of precious information! Thank you very much Vlad for sharing your knowledge with us in a such clean and understable way!

  • @abdellahbrahimi7217
    @abdellahbrahimi7217 2 роки тому +2

    I was waiting for that Tutorial for ages, thanks!

  • @esnoan
    @esnoan 2 роки тому

    Thanks Vlad, this is the best nest js tutorial I've ever seen

  • @jordankittle
    @jordankittle 4 місяці тому

    This tutorial is amazing. I need another from this instructor for hosting the app in production!

  • @wcrg
    @wcrg 5 місяців тому +1

    fell asleep watching yt and woke up to this video. it’s paused idk how but i’m 2hrs into this video

  • @cintixstudio
    @cintixstudio 6 місяців тому

    Thank you for an impressive tutorial.
    From someone like me coming from other languages like C#, Java. Then I really learned a lot and got a good understanding.

  • @AntonPenqe
    @AntonPenqe Рік тому

    Great course!! (I'm in the middle of it right now)
    The thing I dont get, is why do we need to import everything multiple times.
    We create a prisma service. We import it in prisma module. We import the prisma module with that service into auth module. We import the prisma service into the auth module's service. Also, we need to additionally allow importing the service in another service.. I get feel that we importing everything at least twice...

  • @ddoddiii
    @ddoddiii 10 місяців тому

    Loved every minute of this course ! Really thumbs up and lots of respect to the effort put in to make this awesome course. Thank you ☺

  • @TanishqIsHere
    @TanishqIsHere Рік тому

    Thank you! The information in this tutorial is compressed so much that it made me learn more than most 10+hrs content. This video is going to act as a quick reference handbook on nextjs for a while for me.

  • @loirenhuh
    @loirenhuh 2 роки тому

    Bro you turned on the GOD MODE TEACHING.
    THANK YOU.

  • @DullJoker
    @DullJoker 2 роки тому

    Yo you guys are one of the (not not the) best youtube channel for learning new development stuff. love to you guys and thanks for your content 😄

  • @abhinrustagi
    @abhinrustagi 2 роки тому +2

    The tutorial we needed on FCC.

  • @Amandamai-k8u
    @Amandamai-k8u 4 місяці тому

    Канал супер, вы достойны миллионы подписчиков и лайков!

  • @kartikwatts7813
    @kartikwatts7813 2 роки тому +2

    Thank you thank you so much, May God bless you. By far the most amazing tutorial I ever got to learn from.

  • @xaxaxa1974
    @xaxaxa1974 2 роки тому +2

    Nice course! Thanks, Vladimir and FCC

  • @danial-dvd
    @danial-dvd Рік тому

    amazing course ! thanks a lot Vlad :) ...i recommend this video to anyone who wants to learn the basic concepts of nest clearly

  • @PradeepKumarRai-c2t
    @PradeepKumarRai-c2t Рік тому

    Thanks for this tutorial video.
    It helps me to start with NestJS and i think the way you explained it really awesome.

  • @shilongshu7922
    @shilongshu7922 2 роки тому

    the most perfect tutorial of nestjs in the world!

  • @SirSmoke-A-Lot69
    @SirSmoke-A-Lot69 Місяць тому

    Such an awesome tutorial! I really appreciate your work. Greetings from germany

  • @diegovicuna1021
    @diegovicuna1021 Рік тому

    Such a great video for starting on nestjs. btw here a little update on 1:12:12
    if(error instanceof Prisma.PrismaClientKnownRequestError)
    {
    if(error.code === 'P2002'){
    throw new ForbiddenException('Credentials taken');
    }
    }

  • @moutafatin
    @moutafatin 2 роки тому

    Thanks for making this course. 1:13:15 (just to save where I was)

  • @sengasun2810
    @sengasun2810 2 роки тому

    Thank you very much! I really learn a lot from this course.I met many problems which I can not slove them,but when I study this course , I can handle these problems by myself.

  • @yadneshkhode3091
    @yadneshkhode3091 2 роки тому

    Thank you this helped a lot i joined new company and they were using nest js and I wanted to learn if quickly and start working this helped a lot... Thank you 💘💘💘

  • @aryanrahman3212
    @aryanrahman3212 11 місяців тому

    For anyone stuck at the validation decorators from class-validator, make sure the spelling and casing of the decorators is correct.

  • @honkhonkv2236
    @honkhonkv2236 10 місяців тому

    The course is very nice, can't deny it but god i'm suffering it goes pretty fast, a LOT of new concepts / tools for me. After finishing it i have a better understanding of how nest js works but i could never do it by myself from 0.

  • @firdavsergashev2132
    @firdavsergashev2132 2 роки тому

    Thank u man, your teaching style is excellent. It was too easy to understand

  • @ruskanl-m2s
    @ruskanl-m2s Місяць тому

    лучшая связка - все сработало быстро и четко!!!

  • @vitorsantosmartins9764
    @vitorsantosmartins9764 2 роки тому

    Great course, helped me to get into Nest.js framework for the first time!

  • @lemillion8394
    @lemillion8394 2 роки тому +2

    Awesome tutorial! Just what I needed for a NestJs refresher :D Thanks a lot!