Express crash course with postman testing

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • #postman
    In this Express.js crash course, you'll learn how to efficiently build a CRUD application using Express.js and Node.js, and how to test it with Postman. The tutorial begins with an introduction to backend development, emphasizing the importance of using frameworks like Express.js for scalable and efficient development. You'll be guided step-by-step through setting up a project, installing dependencies, and writing routes for handling HTTP requests such as GET, POST, PUT, and DELETE. The course covers key concepts like middleware, request handling, and JSON parsing, all while maintaining a professional developer workflow. Additionally, you’ll learn to integrate with MongoDB using Mongoose and explore other popular ORMs like Prisma and Drizzle. The video also touches on best practices for testing using Postman and emphasizes the importance of a smooth developer experience with tools like Nodemon. By the end, you'll have a solid understanding of Express.js and the confidence to deploy your application to production. This course is ideal for developers looking to advance their backend skills and master Express.js.
    Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...
  • РазвлеченияРазвлечения

Комментарии • 279

  • @dev.env.khalif
    @dev.env.khalif 8 месяцев назад +26

    Learning backend from a beloved teacher like you is like a dream come true for me. I'm one of your esteemed students. Sir, it would be great if you could kindly number each video title serially. As a regular viewer of yours, I check this playlist every day to see if any new videos have been added. So, finding the right video for me wouldn't be a problem, but new viewers might get a little confused. As more and more videos are uploaded, it could lead to some confusion about which one to watch next. Anyway, sir, I have a lot of prayers and love for you in my heart.

    • @khushshah1256
      @khushshah1256 8 месяцев назад

      Please add code to GitHub its hard to code along when there is no github , having tutorial without GitHub is so unprofessional.

  • @jeetpramanik0
    @jeetpramanik0 5 месяцев назад +5

    00:05 Transitioning from writing servers in core environment to using libraries and frameworks for better developer experience
    02:01 Express is a fast web framework for Node.js
    05:58 Using libraries to interact with MongoDB
    07:59 Master Express and expand your skills
    11:49 Setting up Express and package.json for server configuration
    13:56 Setting up and installing Express for Node.js
    18:06 Using Express simplifies API testing
    19:53 Using Express for easier development and expandability.
    23:43 Speed and developer experience are key in production code.
    25:31 Creating CRUD application with Postman testing
    29:08 Testing post request and sending JSON data using Postman.
    31:03 Understanding request and response handling with Postman testing
    35:01 Using Postman to test Express APIs
    37:08 Updating data in Postman using request parameters
    41:18 Using splice to delete an item based on index
    43:20 Setting up a new variable for request URLs in Postman
    47:12 Testing updating endpoints with PUT request.
    49:15 Troubleshooting delete request in Postman

  • @eggsoverrice7
    @eggsoverrice7 4 месяца назад +2

    Coming back after learning a little bit about api's and postman and watching the video for the second time it all makes sense now. I can understand the logic crystal clear
    Thank you sir

  • @vikashdotdev
    @vikashdotdev 8 месяцев назад +9

    At 48:23 put request is getting "OK" response bcz in code at line 44 - res.send(200).send(tea) is written so its a typo mistake as send(200) stands for "OK" - it should be res.status(200).send(tea). Btw Thanks for making such a brilliant series on backend🤩

  • @cec408_adityachoudhari5
    @cec408_adityachoudhari5 8 месяцев назад +6

    Even though i have learnt a lot from your previous backend series still i watch this because i know hitesh sir will always use new tech stacks ❤

  • @hemantparmar4604
    @hemantparmar4604 5 месяцев назад +1

    51:08 Same thing happened with me but with PUT request. I was sending the request but even console.log was not working. At last I restarted postman and it worked. BTW you packed a lot of things in the video while keeping it very understandable. Thank You

  • @hudakhalil3040
    @hudakhalil3040 2 месяца назад +1

    I am new and I really learned a lot, thank you waiting for next videos

  • @pronitparida6786
    @pronitparida6786 8 месяцев назад +1

    JavaScript, Python , React and now Express , I learned more from your two RUclips channels then from college. Thank you sir for this amazing series, would love to learn in depth about the express framework.

  • @rohitdebugbugs
    @rohitdebugbugs 8 месяцев назад +12

    SIR NOW NOW YOU TAUGHT US EVERYTHING BUT WE WANT ICE TEA TUTORIAL NOW

    • @su1nta
      @su1nta 8 месяцев назад

      🤣

  • @Freak_15
    @Freak_15 8 месяцев назад +1

    Video 2 was nice. Let's start video 3. Even though by the time I'm watching this video. The comment target is already fulfilled. I'll like the video in the end.
    Thank you Hitesh Sir.
    Thank you RUclips

  • @ailtonjunior7685
    @ailtonjunior7685 2 месяца назад +1

    Very good playlist teacher, God bless you !!!!

  • @nmithileshkumar1919
    @nmithileshkumar1919 8 месяцев назад +4

    The way you explain is outstanding sir....❤

  • @code_geeky1231
    @code_geeky1231 8 месяцев назад +1

    I was already knows these concepts but after watching this video feeling so confident about making routes ❤

  • @suvo910
    @suvo910 8 месяцев назад +5

    All time Goat for Coding ❤

  • @blaqhakym
    @blaqhakym 7 месяцев назад

    I love the part where he thinks that mongoose and MongoDB are "match made in heaven". For some reason that sounded very sweet. He's such a good teacher

  • @shivamjamwal
    @shivamjamwal 3 месяца назад

    Nice 👍👍👍
    Always supporting you

  • @anubhavseet004
    @anubhavseet004 7 месяцев назад +1

    Sir dont get demotivated we are here to support you.

  • @rangadharmateja0
    @rangadharmateja0 8 месяцев назад +1

    It's a good channel for developers, good explanation very awsome❤

  • @adarshrai5644
    @adarshrai5644 2 месяца назад

    learning backend from best mentor.

  • @junaidkhalid7291
    @junaidkhalid7291 8 месяцев назад

    kindly upload backend videos every day. alot of us wait everyday for your backend videos

  • @mdfaizanuddin9893
    @mdfaizanuddin9893 5 месяцев назад +1

    Completed

  • @kunjirsantosh
    @kunjirsantosh 8 месяцев назад +3

    Thank you. I am waiting for the next video..❤

  • @jaykukreja7125
    @jaykukreja7125 8 месяцев назад +1

    Great one sir. Waiting for this one

  • @stockpedia_in
    @stockpedia_in 8 месяцев назад

    Full support to the best teacher

  • @mangeshnagargoje9570
    @mangeshnagargoje9570 8 месяцев назад +1

    Great explanation sir, waiting for next video...!❤

  • @gopuadks
    @gopuadks 8 месяцев назад +2

    Great explaination sir ❤

  • @anandshinde0358
    @anandshinde0358 4 месяца назад +1

    Thank you so much sir ❤❤❤

  • @fahadkabooroo7395
    @fahadkabooroo7395 8 месяцев назад +1

    Excited❤

  • @mostafashahat9760
    @mostafashahat9760 5 месяцев назад

    Thanks a lot for your efforts❤, and the great content💪, keeps up the great work✌

  • @shivakushwah1871
    @shivakushwah1871 8 месяцев назад +1

    Sach a valueable content

  • @070237804
    @070237804 8 месяцев назад

    disparately have been waiting for this episode, thank you so much.... waiting for the next episode next week ;)

  • @CodeUttarakhand
    @CodeUttarakhand 8 месяцев назад +2

    Waiting 🎉🎉

  • @alokraj4999
    @alokraj4999 5 месяцев назад

    Waiting for the next video 🎉

  • @relaxation_music-7ym
    @relaxation_music-7ym 4 месяца назад

    Thanks A Lot Sir for such Valuable Content ❤ ❤

  • @kubopanda_
    @kubopanda_ 8 месяцев назад

    Awesome video!!

  • @Freak_15
    @Freak_15 8 месяцев назад

    Waiting for the next video already. And I was working ahead of your just to try myself everytime, so when I did the delete request work, It worked for me, then I was looking that where is the problem that sir wasn't able to get it, I would like to mention that I couldn't get the send message on the raw file and for some reason it was the status code issue, 201 was working and 204 was not working.... overall nice experience as always and eagerly waiting for the 4th video. Thanks

  • @YerramArun
    @YerramArun 8 месяцев назад +1

    ❤❤❤

  • @VivekKumar-c9x2y
    @VivekKumar-c9x2y 8 месяцев назад

    Big fan of your teaching

  • @musicworld1952
    @musicworld1952 3 месяца назад

    Toughest Courses from Hitesh is like a calk walk. Its no longer tough

  • @NeedToKnow.
    @NeedToKnow. 8 месяцев назад +1

    Yohoo finnally 🎉

  • @manavbagulabc
    @manavbagulabc 5 месяцев назад +1

    48:23 at PUT request the reason for OK is res.send(200) at line 44
    the status code 200 is converted into OK
    Quick fix it it should be res.status(200).send(tea);
    now we are good to go

  • @maheshshirate2834
    @maheshshirate2834 8 месяцев назад

    Learnt CRUD in well manar and easy to understand, thank you sir ❤

  • @miroslavilic2740
    @miroslavilic2740 7 месяцев назад

    Thanks, good to remember basics from postman and express

  • @supersection
    @supersection 8 месяцев назад

    As your regular viewer, love your each and every videos of your Sir❤

  • @anuraggupta1008
    @anuraggupta1008 8 месяцев назад

    I always appreciate your work towards community

  • @pritomdas144
    @pritomdas144 8 месяцев назад

    best so far..take love sir

  • @muhammadidris6649
    @muhammadidris6649 8 месяцев назад

    Thank you for this great lecture, waiting for the next video

  • @AbhimanPratap-gm5cr
    @AbhimanPratap-gm5cr 8 месяцев назад +1

    waiting sir♥😊

  • @hans2400
    @hans2400 8 месяцев назад

    great series hitesh, eagerly waiting for the next videos

  • @harisumanth
    @harisumanth 8 месяцев назад

    Looking forward to the next one!

  • @shwetanshu13
    @shwetanshu13 5 месяцев назад

    Thank u for this series sir.

  • @vishwanatha6859
    @vishwanatha6859 6 месяцев назад

    Always eager to learn from the best teacher HItesh Sir

  • @sandeepswain6202
    @sandeepswain6202 8 месяцев назад

    love to be here!!

  • @suhaibahmedshaikh8334
    @suhaibahmedshaikh8334 8 месяцев назад

    todays video was fun, waiting for the next one

  • @apoorv8867
    @apoorv8867 8 месяцев назад +2

    Waiting for the next video

  • @btech_Algorithm
    @btech_Algorithm 8 месяцев назад

    great to see you again

  • @Usama-Tanoli
    @Usama-Tanoli 8 месяцев назад

    Even i studied backend on chai aur code by man this is next level stuff

  • @legionx7957
    @legionx7957 8 месяцев назад

    Completed. Waiting for next video 👏

  • @deadlylive_gaming7154
    @deadlylive_gaming7154 8 месяцев назад

    last video was nice this too, waiting for more

  • @swarnabhamajumder9561
    @swarnabhamajumder9561 8 месяцев назад

    Waiting for it egarly. Maybe I am asking too much but is typescript also going to be a part of these backend series. Like Writing the backend in typescript in place of plane javascript. It would be great if you add this Sir. Have been a big fan of your teaching and loved your content in both hindi channel and also in this channel. Thank you always for rising the bar in your teaching. So once again maybe its a lot to ask but if you can please add a part where we can write the backend using typescript.

  • @Jovicod
    @Jovicod 8 месяцев назад +1

    Weldone sir, please try to include typescript

  • @sabeerali1570
    @sabeerali1570 Месяц назад

    keep going...

  • @imamansoni
    @imamansoni 8 месяцев назад

    Waiting for the next one of this series ❤

  • @chetansingh575
    @chetansingh575 8 месяцев назад

    Thank you sir eagerly waiting for the next video ❤

  • @Mrinal-rb2jr
    @Mrinal-rb2jr 8 месяцев назад

    Loved this video. Waiting for new video.

  • @vamsirayapaneni
    @vamsirayapaneni 8 месяцев назад

    Thanks hitesh bro, to sharing knowledge with us.

  • @muhammadyaseenakhtar7789
    @muhammadyaseenakhtar7789 8 месяцев назад

    A great teacher 💖💕

  • @socialspot5045
    @socialspot5045 8 месяцев назад

    Loving this series

  • @sumitchavan3018
    @sumitchavan3018 8 месяцев назад +2

    Hi Sir, Please upload next video :)

  • @AryanVats603
    @AryanVats603 8 месяцев назад

    Thanks for the video sir!! waiting for the next upload

  • @praveenkanwar953
    @praveenkanwar953 8 месяцев назад +1

    waiting for next video

  • @prasad.baloorgi
    @prasad.baloorgi 8 месяцев назад

    Hi @Hitesh Sir,
    I am eagerly waiting for the next Video of this series. Please let us know if there is anything on this. I am too curious too know about this on live streaming as well

  • @rishikpuneetm4
    @rishikpuneetm4 8 месяцев назад

    excited for the next video

  • @priyadarshi5730
    @priyadarshi5730 8 месяцев назад

    Waiting for the next video of the series🌼🌻

  • @mohamedmarzuq2005
    @mohamedmarzuq2005 8 месяцев назад

    Waiting for the next one!

  • @deepanshuagarwal669
    @deepanshuagarwal669 8 месяцев назад +2

    Next Please!

  • @venkateshanap3271
    @venkateshanap3271 8 месяцев назад

    I'm waiting for the next video

  • @AbhimanPratap-gm5cr
    @AbhimanPratap-gm5cr 8 месяцев назад

    Great explaination sir 😍❤

  • @letsearntogether2241
    @letsearntogether2241 8 месяцев назад

    great video keep more video coming

  • @AmanKumarSinhaOfficial
    @AmanKumarSinhaOfficial 8 месяцев назад +1

    Please complete this series with atleast 1 major project

  • @davidlovera5634
    @davidlovera5634 8 месяцев назад

    You have the best content thanks so much

  • @mohammedfaheem7391
    @mohammedfaheem7391 8 месяцев назад +1

    Thank you sir

  • @dhananjayrai3743
    @dhananjayrai3743 8 месяцев назад +3

    When will next video come in the series??Please update

  • @The_Truth247
    @The_Truth247 8 месяцев назад

    Waiting for next video ❤

  • @anuraggupta1008
    @anuraggupta1008 8 месяцев назад

    I am here to learn new stuff in backend

  • @aviraltara9515
    @aviraltara9515 8 месяцев назад

    Completed. Waiting for next video thanku sir .

  • @MuhammadAbdullahMudassarMalik
    @MuhammadAbdullahMudassarMalik 8 месяцев назад +2

    when is the next video coming? waiting eagerly

  • @AryanVats603
    @AryanVats603 8 месяцев назад +1

    Sir in update tea ,at the time of sending response u wrote res.send().send() instead of res.status.send..that's why updated tea was not coming as response

  • @abcdabcd8605
    @abcdabcd8605 8 месяцев назад

    Amazing explanation!!

  • @arihantrobotics5930
    @arihantrobotics5930 8 месяцев назад

    Waiting for the next video!!

  • @chinmayyyt
    @chinmayyyt 8 месяцев назад

    Can you please also make video how to use TSOA with Nodejs to generate routes in this backend series?

  • @awaizdottech
    @awaizdottech 8 месяцев назад +1

    sir I guess forgot to mention this but in the last minutes when the delete request doesnt send data back, that is because of status code 204 which means "no content to send back". Changing it to 200 fixes it. Waiting for the next video

  • @Android-17
    @Android-17 8 месяцев назад

    Prisma ORM 👌🏻✨

  • @eranperera5638
    @eranperera5638 8 месяцев назад

    Waiting for the next video🙌🔥

  • @YasirThought
    @YasirThought 8 месяцев назад

    great Sir it's So Cool❤❤

  • @MelodicMotions
    @MelodicMotions 8 месяцев назад

    Waiting for the next video,upload it soon 😊

  • @mukeshsaxena6638
    @mukeshsaxena6638 2 месяца назад

    waiting for next video

  • @arpan_b
    @arpan_b 8 месяцев назад

    Great tutorial sir.... appreciate it❤❤

  • @Gourav_Kumar_Dhiman
    @Gourav_Kumar_Dhiman 8 месяцев назад

    Thank you. I am waiting for the next video..

  • @abdullahahmadsiddiqui2653
    @abdullahahmadsiddiqui2653 8 месяцев назад +2

    We need Next video