Build A Restful Api With Node.js Express & MongoDB | Rest Api Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • Check out my courses and become more creative!
    developedbyed....
    ❤Become a patreon for exclusive videos and more!
    / dev_ed
    Microphones I Use
    Audio-Technica AT2020 - geni.us/Re78 (Amazon)
    Deity V-Mic D3 Pro - geni.us/y0HjQbz (Amazon)
    BEHRINGER Audio Interface - geni.us/AcbCpd9 (Amazon)
    Camera Gear
    Fujifilm X-T3 - geni.us/7IM1 (Amazon)
    Fujinon XF18-55mmF2.8-4 - geni.us/sztaN (Amazon)
    PC Specs
    Kingston SQ500S37/480G 480GB - geni.us/s7HWm (Amazon)
    Gigabyte GeForce RTX 2070 - geni.us/uRw71gN (Amazon)
    AMD Ryzen 7 2700X - geni.us/NaBSC (Amazon)
    Corsair Vengeance LPX 16GB - geni.us/JDqK1KK (Amazon)
    ASRock B450M PRO4 - geni.us/YAtI (Amazon)
    DeepCool ATX Mid Tower - geni.us/U8xJY (Amazon)
    Dell Ultrasharp U2718Q 27-Inch 4K - geni.us/kXHE (Amazon)
    Dell Ultra Sharp LED-Lit Monitor 25 2k - geni.us/bilekX (Amazon)
    Logitech G305 - geni.us/PIjyn (Amazon)
    Logitech MX Keys Advanced - geni.us/YBsCVX0 (Amazon)
    DISCLAIMERS:
    I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
    Twitter: / deved94
    Instagram: / developedbyed
    Github: github.com/Dev...
    We are going to cover how to create a restful api using node.js express and mongodb together with mongoose.
    Rest apis help us decouple our backend code from our front end so we can use it across multiple application (mobile apps, web apps, etc).
    We are going to learn how to build a simple blog post type api with all the useful methods(GET,POST,DELETE,PATCH).
    We use Node.js as our backend language, express.js is going to help us create routes easier and middlewares and we use mongodb together with mongoose to create schemas and models that define how our data looks.
    If you are a beginner with nodejs, express or mongodb I hope that this tutorial will give you a good idea of how these technologies work well together.
    🎵 Music:
    Outro:
    LAKEY INSPIRED - Me 2 (Feat. Julian Avila)
    Music By: / lakeyinspired
    Intro:
    Dj Quads
    Track Name: "Every Morning"
    Music By: Dj Quads @ / aka-dj-quads
    Creative Commons - Attribution-ShareAlike 3.0 Unported- CC BY-SA 3.0
    creativecommons....
    #mongodb #nodejs #express.js
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1.6K

  • @samadabbas4628
    @samadabbas4628 ปีที่แล้ว +37

    For people visiting this tutorial recently, some important things to note:
    1. MLAB is not in function anymore you have to use mongodb atlas.
    2. the cluster by default will not allow write access so you have to set it up in settings.
    3. At 44:00, remove function is deprecated so you have to use deleteOne function

    • @sirikamkanampati1112
      @sirikamkanampati1112 ปีที่แล้ว

      Can you tell where we have to change the access exactly?

    • @valerio9851
      @valerio9851 ปีที่แล้ว

      thank you so much! I was like wtf is going on? ahahahaha thanks a lot

    • @ngantukASMR
      @ngantukASMR 6 หลายเดือนก่อน

      Also id recommend using express.json() as a middleware instead of using body parser, since its built in

  • @iqrasuhail3516
    @iqrasuhail3516 3 ปีที่แล้ว +110

    I’m a student studying CS at Ball State University, IN. I am not someone who would comment on a video on youtube because she likes it. This is legit the first time ONLY to tell you that nobody explains it better. All your videos, be it explaining hooks in React, cool animations or CSS, or this tutorial - they are all explained so well! Thank you for your content.

  • @codergeany5861
    @codergeany5861 4 ปีที่แล้ว +46

    Finally found a developer with humor , nice tutorial man

  • @TechnicalStudio
    @TechnicalStudio 4 ปีที่แล้ว +239

    I loved your teaching style 😍😍.. Keep it up.. It helps us a lot

    • @egesaglam9500
      @egesaglam9500 3 ปีที่แล้ว

      @Nikolas Ryker i have another scammers thanks alot

  • @Shinoku911
    @Shinoku911 5 ปีที่แล้ว +355

    Please don't stop with this tutorials!! Super awesome for beginners like me.

    • @BekBrace
      @BekBrace 4 ปีที่แล้ว +11

      Good luck friend, although I do not think that this specific tutorial is for beginners because if you already know about these techs then you're not a beginner anymore :)

  • @lemuelreyes1941
    @lemuelreyes1941 4 ปีที่แล้ว +8

    Spent all day looking for someone to teach it in an understandable way, this ended my search. Thank you!

  • @abdullahakram4942
    @abdullahakram4942 4 ปีที่แล้ว +6

    1 Year later still the best tutorial. Just started NodeJs and this covered mostly all the concepts i needed to build an API. Keep up the good work!!

    • @JagathVM
      @JagathVM 24 วันที่ผ่านมา

      5 years later, still the best tutorial :)

  • @noeljose
    @noeljose 3 ปีที่แล้ว +15

    Honestly, I spend 53 minutes and 54 seconds of my life learning something useful. Thank you, Ed. You will have a good love life.

  • @11am
    @11am 5 ปีที่แล้ว +28

    I really love people that teach code with character, it's so much engaging than being stiff and plain, thank you! Also you can use Yarn instead of npm haha

  • @kaanuki3203
    @kaanuki3203 5 ปีที่แล้ว +17

    Ive watched many Node, Express tutorials. This is, by far, the best one Ive seen. Thank you!

    • @blazi_0
      @blazi_0 3 ปีที่แล้ว

      hi i hope u can help me
      why middlewares not working ?
      app.use not working for me

  • @programming5835
    @programming5835 2 ปีที่แล้ว +1

    best course to learn about node js for beginners . Don't search for any other course just continue his technique it's worth a time.

  • @kevinsana8442
    @kevinsana8442 4 ปีที่แล้ว +1

    I am taking my first steps into junior development.
    I was tasked by my mentor to create an API with only 1 Route.
    He asked for just a 2 tier database architecture as 3 might have been difficult for me to comprehend.
    After a few hours of searching the internet, I stumbled across this video among other older videos.
    This was the only tutorial that fundamentally taught me everything i needed to know and more.
    Thank you so much for your help!
    I cannot wait see what else I can learn in programming :)

  • @dragonballsuper1519
    @dragonballsuper1519 4 ปีที่แล้ว +21

    You are a really good teacher. You don´t just code away but actually take your time to explain what´s happening with each line of code. It makes it so much easier to understand!
    Subbed.

  • @developedbyed
    @developedbyed  5 ปีที่แล้ว +91

    Magic!

    • @daniyelme9535
      @daniyelme9535 4 ปีที่แล้ว

      Hi Ed, what happened to your Github account? Thanks for the great content!

    • @whiteblackbox
      @whiteblackbox 3 ปีที่แล้ว

      i finally knew your trick after slow it down on 0.25 speed :)

  • @bakercsgo5822
    @bakercsgo5822 ปีที่แล้ว

    just another comment saying how good of a teacher you are... making me laugh while im learning is going to keep my attention longer and you are a part comedian too. thanks so much for your service!

  • @horeaporutiu
    @horeaporutiu ปีที่แล้ว

    This is straight gas. studying for an interview and this is a massif lifesaver

  • @Vt12365
    @Vt12365 4 ปีที่แล้ว +6

    Thank you for making this, most tutorials I come across are difficult to understand or way too slow. Your pace and explanations for this tutorial is perfect. It is exactly what I was looking for.

  • @acuraintdohc
    @acuraintdohc 5 ปีที่แล้ว +19

    "You want a magic trick? I got you!!"
    Love it 😀

  • @danfoyuk
    @danfoyuk 4 ปีที่แล้ว

    I put this on for 10 minutes of background noise while I made my morning coffee and ended up transfixed for the whole thing. Your style is incredibly engaging, I laughed out loud a bunch of times and I could listen to your accent all day. Thanks a lot!

  • @chrisgermann7414
    @chrisgermann7414 4 ปีที่แล้ว +11

    Maaaannn you are my Hero! I struggled so long with all this stuff and finally I really really get it. Thx a lot for your tutorial! It was amazing :D

  • @pixelove1100
    @pixelove1100 4 ปีที่แล้ว +5

    Dude, you're saving my life. Explained that even I understood whole flow and what each line of code is doing. You definetely should compete for a Nobel Prize or something. Thanks mate!

  • @marcosc9130
    @marcosc9130 2 ปีที่แล้ว

    I don't even know why I look somewhere else, every time I want to learn something I go around for like half an hour and always end up on you channel lol

  • @user-iw3un8xg9e
    @user-iw3un8xg9e 9 หลายเดือนก่อน

    entertaining, short, tips and tricks every thing in a single video, thanks devbyED.

  • @nox_machina
    @nox_machina 5 ปีที่แล้ว +3

    Excellent walkthrough.
    Transitioning from Rails + React to Node + React here, somehow this feels way more natural than all the db:migrate commands I've had to type in.

  • @developedbyed
    @developedbyed  5 ปีที่แล้ว +282

    Finally 1080p jesus...

    • @thanveershah4758
      @thanveershah4758 5 ปีที่แล้ว +3

      @Jack Rong Nop , I don't think we need that

    • @kelvinmunene4750
      @kelvinmunene4750 5 ปีที่แล้ว

      Nice videos.
      Kindly, do a video on MERN

    • @Oshchenkov
      @Oshchenkov 5 ปีที่แล้ว +1

      When you init npm add flag -y for standart settings ( npm init -y )

    • @arif.wijianto
      @arif.wijianto 5 ปีที่แล้ว

      awesome thanks you ed

    • @razx2009
      @razx2009 4 ปีที่แล้ว

      Just a quick question can we read data from already existing collection in mongo without creating schema?

  • @Peaceinhills
    @Peaceinhills 3 ปีที่แล้ว +1

    and after 7 months strugling i got the concepts of crud application guy u r awsome

    • @shivanigaddagimath2143
      @shivanigaddagimath2143 2 ปีที่แล้ว

      Hey Abhishek, have you created any applications using node? Are you a fresher and open to job opportunities in web dev currently?

    • @Peaceinhills
      @Peaceinhills 2 ปีที่แล้ว

      @@shivanigaddagimath2143 yes

    • @shivanigaddagimath2143
      @shivanigaddagimath2143 2 ปีที่แล้ว

      @@Peaceinhills Hi Abhishek, if you are interested in knowing more about this opportunity, please get in touch with me using the info on my channel.

    • @Peaceinhills
      @Peaceinhills 2 ปีที่แล้ว

      @@shivanigaddagimath2143 okay

  • @nitinjena535
    @nitinjena535 2 ปีที่แล้ว

    man, I was searching CRUD and everyone making tons of file structure & MVC style, I knew Express has a patch method but no one really used that ...Thanks man

  • @vaibhavherugu9862
    @vaibhavherugu9862 4 ปีที่แล้ว +3

    I was building an API, and this taught me everything! Keep making videos about APIs! Thanks!

  • @guido2333
    @guido2333 5 ปีที่แล้ว +17

    This is awesome! well explained, easy to understand and great tempo!

  • @Lovedeep555
    @Lovedeep555 3 ปีที่แล้ว

    Whenever I want to learn something from youtube I search that Keyword and starts watching that videos, but if I don't understand that, I just search for your channel and find that topic, and that's it.
    thank you for making these educational videos. ♥♥♥

  • @The.SpiritualScientist
    @The.SpiritualScientist 2 ปีที่แล้ว

    I was doing an online course on node js and would always freak out when it comes to connecting with Mongo db. Literraly stopped continuing on that paid course to return to TH-cam and learn it so well from this video. No wonders, you are a great teacher and have bright future. My best wishes and blessings for a great love life as well. Keep up the great work with the same passion and you will see miracles happening in your life. Thanks again. God bless you.

  • @AlejandroLZuvic
    @AlejandroLZuvic 4 ปีที่แล้ว +12

    "Good job package.json, you're doing your job!"
    I spat my coffee laughing LOL

  • @Sconner87
    @Sconner87 5 ปีที่แล้ว +8

    Great tutorial, I'd love to see the front-end as a part two of this tutorial. Keep up the great work!

  • @prewishjay5581
    @prewishjay5581 ปีที่แล้ว

    ur a great teacher. ur energy too. usually i start getting sleepy at other tutorials but urs is great

  • @Hydrush
    @Hydrush ปีที่แล้ว +2

    Thank you so much buddy, Only left to learn for me was backend and you made it so easy. Now i can move on to my journey on becoming a full stack developer on flutter lessgo .. Love you man.

  • @huangehe8306
    @huangehe8306 5 ปีที่แล้ว +75

    I think that it will be cool if U make tutorial for authorization (registration, login) app with some other features (for example,using React for front), and show how to integrate that with backend. Thank u for great explaining.

    • @janzmarfz373
      @janzmarfz373 4 ปีที่แล้ว

      up for this or btw angularjs

    • @SivaNare
      @SivaNare 4 ปีที่แล้ว

      guys can some one share working code please (github) devE's link for github in description doesent exist i am having issue writing data to database but i am not getting any errors couldn't figure out trying very hard

    • @ege2026
      @ege2026 2 ปีที่แล้ว +1

      @@SivaNare did you find it? i post data from postman but it gives an empty error message while it's not responding the data back.

    • @GTX-cr4ob
      @GTX-cr4ob 2 ปีที่แล้ว

      @@ege2026 i can help

  • @dean6046
    @dean6046 4 ปีที่แล้ว +8

    First time viewer here. Love the energy, passion and light hearted humor. Keep up the good work! I believe I got here from Brad Traversy recommending your channel.

  • @santoshpasupunuri
    @santoshpasupunuri 4 ปีที่แล้ว

    No beating around the bush. Straight to the point. Loved it!

  • @mhonjesterjohncalingo8799
    @mhonjesterjohncalingo8799 3 ปีที่แล้ว

    Your teaching style never gets me bored. If I can only Subscribe on your channel for a thousand times I'll do it. Keep it up and may you never runs out of energy doing this.

  • @ezeamaka
    @ezeamaka 5 ปีที่แล้ว +5

    Awesome tutorial here, been looking for this RESTAPI with async await, it just came at the right time. I would like to see you go in depth with user auth and bcrypt. You just saved a soul

    • @blazi_0
      @blazi_0 3 ปีที่แล้ว

      hi why middlewares not working ?
      app.use not working for me

  • @christian15213
    @christian15213 4 ปีที่แล้ว +8

    YOOOOO lol you made me laugh so hard when you were like "I don't know why you would have a price." The way you gave attention to that was just awesome. "let me get rid of that." OMG laughing so hard.

  • @rjandonirahmana4326
    @rjandonirahmana4326 3 ปีที่แล้ว

    i used to watch this video and yet couldnt understand(because i was really beginner at coding) and recently learnt how to build an api with GO, and its actually easy, and now i come back again watch this video, and finally understood what those code do, i mean thankyou for video, ts great. and for people who struggle with JS, Go is trully beginner friendly. thanks

  • @swiftMyDay
    @swiftMyDay 4 ปีที่แล้ว +1

    This is the most productive video I’ve seen in TH-cam in my entire life

  • @videosworthwatching8507
    @videosworthwatching8507 5 ปีที่แล้ว +3

    Awesome and thank you...We will love to see you do a series on CRUD app in MERN stack .

  • @nirav10011101
    @nirav10011101 5 ปีที่แล้ว +4

    This one is cool tutorial. To the point.
    Btw, mlab has been acquired by Mongo atlas. So, everything has been changed

    • @maniiakas
      @maniiakas 4 ปีที่แล้ว

      Not really, Mongo atlas is almost identical and it is very easy to go along with the tutorial

  • @amitsharma8337
    @amitsharma8337 ปีที่แล้ว

    Can't even explain how simple and intuitive this code flow and explanation is. Content like this >>>>>

  • @itsnobledean9450
    @itsnobledean9450 9 หลายเดือนก่อน

    I'm new to all of this. I have been taking courses on these very topics, Node.js, MongoDB, and API creation, and maintenance. I'm not done taking courses, but this has definitely helped me better understand how I can create my own website.

  • @bettinimarcelo
    @bettinimarcelo 3 ปีที่แล้ว

    Just created my first API with this tutorial. And, most important, not just copied your code but understood every step. Lott'a loving from Argentina man.

  • @pockit_fluff
    @pockit_fluff 4 ปีที่แล้ว +5

    For people having trouble around the 33:00 minute mark when trying to commit a post via Postman I suggest checking your name and password is correct on your mongoDB link.

    • @kiranmahajan778
      @kiranmahajan778 4 ปีที่แล้ว +3

      Its totally correct but still not working

    • @joseheliojunior242
      @joseheliojunior242 4 ปีที่แล้ว

      U are right man. It´s a big confusing, but I got it
      Thanks.

    • @robertoradu9965
      @robertoradu9965 4 ปีที่แล้ว

      @@kiranmahajan778 Have you solved ? Commit (save method) is not working and no error message is displayed!

    • @robertoradu9965
      @robertoradu9965 4 ปีที่แล้ว +1

      here the solution: check if your ip changed, update your whitelist in the mlab, then it should work

    • @kiranmahajan778
      @kiranmahajan778 4 ปีที่แล้ว

      @@robertoradu9965 okay i will try!

  • @SabrinaWolf
    @SabrinaWolf 4 ปีที่แล้ว +3

    This is an awesome tutorial, THANK YOU

  • @tahep3906
    @tahep3906 6 หลายเดือนก่อน

    thanks for explaining middleware concept perfectly in just one minute

  • @esaukakuru7380
    @esaukakuru7380 3 ปีที่แล้ว

    Dev, u just made my undderstanding of rest API much easier, just 15 min into your vid and am loving your presentation. thank you sooooo much...

  • @aryankatebain
    @aryankatebain 5 ปีที่แล้ว +3

    You are the best teacher in the world 🌍

  • @TheAssasinsBreed
    @TheAssasinsBreed 5 ปีที่แล้ว +3

    thanks for the great fundamental tutorial Dev Ed. Hope everything goes right for your love life. If it doesn't go left :)

  • @rick_from_yr
    @rick_from_yr 3 ปีที่แล้ว

    You're the best teacher for NodeJS REST API on TH-cam :D thanks a lot

  • @bl4ckmedia323
    @bl4ckmedia323 2 ปีที่แล้ว +1

    What an awesome tutorial. I literally went from 0 to having a functional REST API with this and no other JS/NodeJS background.
    If you cant connect to mongoDB with mongoose (like me!), make sure that your IP is whitelisted under the "Network Access" Tab

    • @subialijaz7823
      @subialijaz7823 2 ปีที่แล้ว +1

      Thank you.. was also struggling the same

  • @Hari2897
    @Hari2897 4 ปีที่แล้ว +8

    I'm following along the tutorial but Postman is stuck at "Sending" @ 34:12
    It prints console log message but nothing with mongoDB... I see nothing nothing updated in MongoDB atlas too.
    Please reply as to what could the solution to the problem be?

    • @mdhishaamakhtar2040
      @mdhishaamakhtar2040 4 ปีที่แล้ว +1

      Same

    • @n_arin
      @n_arin 4 ปีที่แล้ว

      Check your DB connection string

    • @ChrisPChickennn
      @ChrisPChickennn 4 ปีที่แล้ว +1

      same problem. I tried retrieving the connection string again, no luck. seems to be a problem with the promise, or postman not working with the db. my postman console log shows Error: socket hang up on the post requests im sending after they fail - looked online for context/resolution, not much help.. only thing i could find that might help is about making sure the proxy is configured correctly. thats outside my wheelhouse, i just made sure to turn off any proxy in postman via settings>proxy, still no luck.

    • @chinkx1998
      @chinkx1998 4 ปีที่แล้ว +1

      Hi. I am facing the same issue. Do u guys able to find a solution?

    • @walljacket
      @walljacket 4 ปีที่แล้ว

      I had the same issue. It took me hours to catch the issue.. I spelled mongoose with a capitial "M" as in const mongoose = require('Mongoose') thus all of my db operations timed out.

  • @jaydesai1430
    @jaydesai1430 3 ปีที่แล้ว +7

    Hey I'm getting error on the time interval of 33:47 to 35:54
    were there is new (first) data generate for the mongoose with post. For me its just going into the ".catch" instead of the ".then"

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว

      did you manage to find the solution to this? im having the same issue.. :(

    • @jaydesai1430
      @jaydesai1430 3 ปีที่แล้ว

      @@kristboshnjaku135
      try {
      const savedPosted = await post.save();
      res.json(savedPosted);
      }catch(err) {
      res.json({ message: err });
      }

    • @jaydesai1430
      @jaydesai1430 3 ปีที่แล้ว +1

      @@kristboshnjaku135 Try this out and also one more thing make sure you have your ip address connected to the altas mongo db because when you run on localhost it won't with just db user and password you will need to config the ip address.

    • @jaydesai1430
      @jaydesai1430 3 ปีที่แล้ว +1

      @@kristboshnjaku135 These 2 thing resolved my issue.

    • @LIFE-nr1yg
      @LIFE-nr1yg 3 ปีที่แล้ว

      @@jaydesai1430 hi Jay, sorry to say but this didn't help; still catching the error not the post itself in Postman.

  • @teamLeaderOP
    @teamLeaderOP ปีที่แล้ว

    After investing money on udemy courses and countless hours of navigating through complicated documentation and tutorials accross the web, I was finally able to build my first REST Api with the help of this video and not only did I built it, I also grasped the fundamental architecture of the implementation of REST in Node.js world. Thanks a lot for making my day.
    Liked, shared and subscribed! 😊♥

  • @fregina3813
    @fregina3813 2 ปีที่แล้ว

    you look sooooooo happy, and it really makes student like me feel relaxed.

  • @ilan117
    @ilan117 5 ปีที่แล้ว +3

    Hi Ed. Thanks, really amazing as all of your videos tutorial but honestly I missed the previous videos with the web design, web animations and new techniques you have been teaching us so I hope this is not starting to be only hard core programming channel e.g react and nodejs. I think you are amazing anyway ...

    • @developedbyed
      @developedbyed  5 ปีที่แล้ว +1

      Nope...will cover design 3d and other things too 😀

  • @janakaedirisinghe9549
    @janakaedirisinghe9549 5 ปีที่แล้ว +3

    Love your videos btw. Keep it up
    from srilanka

  • @Gimmel748
    @Gimmel748 3 ปีที่แล้ว +2

    Seriously, I love this channel. It's just refreshing to have interesting/funny full-stack instruction, for a change.
    It's the first online course that got me excited about coding.

  • @walkingowl6810
    @walkingowl6810 2 ปีที่แล้ว

    The way you teach is clear and easy to understand for newbies. Best JS tutor on TH-cam !!!!!!!

  • @liers2563
    @liers2563 5 ปีที่แล้ว +6

    Hi, I'm having problem with postman. Its returning me "could not get any response" when posting "my first post" but prior to that it is showing in the terminal. What could be wrong?

    • @surajitsil1996
      @surajitsil1996 4 ปีที่แล้ว

      I'm having it too, did you solved it?
      then kindly tell me the solution.

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว

      did you manage to find the solution to this? im having the same issue.. :(

  • @FredricCliver
    @FredricCliver 4 ปีที่แล้ว +3

    Don’t be emotional 😂 Thank you for this good tutorial!

  • @remitto8367
    @remitto8367 4 ปีที่แล้ว

    Couldn't wrap my head around even the basics of Express until I watched this. Excellent tutorial.

  • @felicitya.9077
    @felicitya.9077 2 ปีที่แล้ว +2

    Apart from being a pretty interesting teacher, you just make me laugh. You have a great personality and vibe

  • @santiagowhite5467
    @santiagowhite5467 3 ปีที่แล้ว +4

    When I post, the json file comes only with message={} , and it doesnt post anything to mongodb atlas. Help

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว

      did you manage to find the solution to this? im having the same issue.. :(

    • @santiagowhite5467
      @santiagowhite5467 3 ปีที่แล้ว

      @@kristboshnjaku135 I manage to fix it:
      const express = require('express');
      const router = express.Router();
      const Film = require('../models/Film');
      router.get('/', (req, res) => {
      console.log("We are on films GET");
      res.send('We are on films GET');
      });
      router.post('/', (req,res) => {
      console.log("We are on films POST");
      console.log(req.body);
      res.send('We are on films POST');
      });
      module.exports = router;
      just edit films to whatever u want

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว

      @@santiagowhite5467 You managed to run the code and get the console.log work, but did you actually manage to insert your data to the db? that's the problem here...

    • @santiagowhite5467
      @santiagowhite5467 3 ปีที่แล้ว +1

      @@kristboshnjaku135 I did, I suggest you watch a more recent video by Dev Ed in which he uses mongodb atlas, where he takes all steps necessary to ensure connectivity with db. The name of the video is “build a nodejs api authentication (...)”. He builds a rest api aswell.

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว +1

      @@santiagowhite5467 Ok, I'll give it a try... I'm still confused why it's just catching the error instead of the data first :p At least I can get it working..
      Much appreciated bud!

  • @daniellaerachannel
    @daniellaerachannel 5 ปีที่แล้ว +5

    use mongodb atlas instead of mlab, cause is has been acquired, great tutorial

    • @kenyadorcelus917
      @kenyadorcelus917 5 ปีที่แล้ว

      By MongoDB

    • @GaurangDhorda
      @GaurangDhorda 5 ปีที่แล้ว

      Mlab is Now part of the MongoDB family... so atlas too :)

    • @sahelee1
      @sahelee1 4 ปีที่แล้ว +1

      can anyone tell me how to do that??

    • @aozdesigns6675
      @aozdesigns6675 3 ปีที่แล้ว

      @@sahelee1 did you know how to do that?

  • @backgroundnoiselistener3599
    @backgroundnoiselistener3599 4 ปีที่แล้ว

    You are the most fun youtube teacher I have ever seen

  • @glorysinkhonde197
    @glorysinkhonde197 ปีที่แล้ว

    You literally make the best tutorials on TH-cam

  • @developerjusta6673
    @developerjusta6673 5 ปีที่แล้ว +5

    Please make a full tutorial building a chat app with React and Firebase! :)
    It would be really helpful!

  • @jasonennis4905
    @jasonennis4905 5 ปีที่แล้ว +179

    Let me guess the one dislike on this video is a PHP developer.

    • @peefg
      @peefg 4 ปีที่แล้ว +10

      😕 I don't think so.. I am PHP developer, but I have always wanted to start with something like this. This guy is a hero for me. I have immediately subscribed and liked this video. I wish he had zero dislikes.

    • @ajricherson1099
      @ajricherson1099 4 ปีที่แล้ว +4

      Php devs don't love themselves

    • @RadosBudisa
      @RadosBudisa 4 ปีที่แล้ว +2

      @@ajricherson1099 We don't love our selfs but we are selfless!

    • @oyoyoyoyoyoy9479
      @oyoyoyoyoyoy9479 4 ปีที่แล้ว +9

      @@peefg no, probably thats Java guys

    • @__sagar_shah__591
      @__sagar_shah__591 4 ปีที่แล้ว +1

      wow that's not sarcastic at all!!!!

  • @quyetpham8803
    @quyetpham8803 4 ปีที่แล้ว +2

    This is tutorial perfect, this is what I have been looking for for a long time. Thank you from VietNam !

    • @sagara5982
      @sagara5982 4 ปีที่แล้ว

      I'm getting an error named post.save(..).then(..).catch() is not a function can you help me out with this plzzz

  • @kasahunwelela2787
    @kasahunwelela2787 10 หลายเดือนก่อน

    your tutorial is the best I've found, and I want to express my heartfelt thanks for your excellent teaching.

  • @shubhammukherjee6845
    @shubhammukherjee6845 4 ปีที่แล้ว +5

    Hey man, I need help. I am totally new to Express+Mongo, I have done exactly what you have showed. Its getting connected to database too. But when I am trying to post(save) data to database, its not showing any result( res.json(data) is not coming up in postman). What I think is happening is I have not mentioned the collection name. Do we need to specify the collection name too in Schema. if yes, could you please provide me with full details. Thanks in advance

    • @chanellesesh4977
      @chanellesesh4977 4 ปีที่แล้ว

      Did you manage to fix this??

    • @shubhammukherjee6845
      @shubhammukherjee6845 4 ปีที่แล้ว

      @@chanellesesh4977 yes. We need to pass the collection name as a parameter if the collection is already created in the database. In my case, I wanted to use one of the collection already provided in Mongo Db Atlas. So I just pass the name of the collection as a parameter in the Schema. That's it.

    • @shubhammukherjee6845
      @shubhammukherjee6845 4 ปีที่แล้ว +2

      @ yeah sure
      const GradesSchema = mongoose.Schema({
      recrd : {
      type : String
      },
      vesslterms : {
      type : String
      },
      feature_type :{
      type : String
      },
      chart :{
      type : String
      },
      latdec :{
      type : Number
      },
      londec :{
      type : Number
      },
      gp_quality :{
      type : String
      },
      depth :{
      type : String
      },
      sounding_type :{
      type : String
      },
      history :{
      type : String
      },
      quasou : {
      type : String
      },
      watlev: {
      type : String
      }
      }, {collection : 'shipwrecks'});
      The 'shipwrecks' being the collection name.

    • @shubhammukherjee6845
      @shubhammukherjee6845 4 ปีที่แล้ว

      @ are you giving the right database name in the connection url? Change the 'test' part with your database name in the connection url

    • @StephenSimon
      @StephenSimon 3 ปีที่แล้ว +1

      { useNewUrlParser: true, useUnifiedTopology: true }, add this to your app.js file inside mongoose.connect

  • @ectoplasm1285
    @ectoplasm1285 5 ปีที่แล้ว +3

    hey, mlab site says this - "mLab is no longer accepting new customers.
    Sign up below for MongoDB Atlas, a fully managed database-as-a-service." i've registered, but i can't login on mlab site since it asks for my username, and when i provide my email as an username, i get an error stating that username or password are wrong. the only thing i can log in is that mongodb atlas and i have no idea what it is. however, there is no chance to get to that point where you are creating database. do you (or someone else) might know what's it all about ? thanks in advance!

    • @iam.devangmp
      @iam.devangmp 3 ปีที่แล้ว

      I'm facing same issue with mlab I'm unable to sign-in with the credentials of the mongodb atlas. How to get proceed with mlab with MongoDB Atlas Credentials.

  • @petrhanzl8399
    @petrhanzl8399 3 ปีที่แล้ว

    this one hour video summarize three lectures that are 2h long on my collage. Appriciate your work dude! Thank you

  • @user-rd3jw7pv7i
    @user-rd3jw7pv7i 2 ปีที่แล้ว

    SIR This has got to be the most clear, concise and well made programming tutorial that I have EVER seen. Please keep making videos in this format. I can't express in words how helpful this video is for me. THANK YOU

  • @Scapben
    @Scapben 3 ปีที่แล้ว +5

    somehow this syntax at 29:13 worked for Ed but not for me...
    router.post("/", (req, res) => {
    console.log(req.body);
    });
    ...when sending a POST request with Postman, I could not get any response
    SOLUTION:
    router.post("/", (req, res) => {
    res.send(console.log(req.body));
    });
    INSTEAD OF
    router.post("/", (req, res) => {
    console.log(req.body);
    });
    I have no idea what I'm doing but this worked for me !

    • @kristboshnjaku135
      @kristboshnjaku135 3 ปีที่แล้ว

      did you manage to find the solution to this? im having the same issue.. :(

    • @ayeshashabbir2097
      @ayeshashabbir2097 3 ปีที่แล้ว +1

      facing same issue.. i am just getting:
      {
      "message": {}
      }

    • @Scapben
      @Scapben 3 ปีที่แล้ว

      ​ @Krist Boshnjaku and @Ayesha Shabbir
      Did you try
      res.send(console.log(req.body));
      INSTEAD OF
      console.log(req.body); ?
      That worked for me three months ago.

    • @ayeshashabbir2097
      @ayeshashabbir2097 3 ปีที่แล้ว

      Yes I tried res.send at first but it didn't work ..so just for checking I changed it to console.log to see whats happening.

    • @ayeshashabbir2097
      @ayeshashabbir2097 3 ปีที่แล้ว

      @@Scapben i'll check it again!!

  • @tiagooliveira9196
    @tiagooliveira9196 5 ปีที่แล้ว +5

    Hey Ed, are you pretending to create a frontend tutorial to interact with this REST API ?

  • @nbits7433
    @nbits7433 3 ปีที่แล้ว

    I dont know how i thank you! you just teach me nodejs , express js, mongoDb. by the way i am an native android developer and flutter developer. from now I am a node js developer to.... thank you DEV

  • @CodeDreamer68
    @CodeDreamer68 3 ปีที่แล้ว +2

    Since Express 4.16.0, bodyParser is built-in.
    ```
    const express = require("express");
    const app = express();
    app.use(express.json());
    app.use(
    express.urlencoded({
    extended: true,
    })
    );
    ```

  • @robbiekruszynski4043
    @robbiekruszynski4043 4 ปีที่แล้ว +4

    I'm following all the way up until 34:00(ish) for some reason when in postman I can't see the object created with the id, title, desc, etc"

    • @mattbra1397
      @mattbra1397 4 ปีที่แล้ว

      You need to put const bodyParser = require('body-parser'); ABOVE const app = express(); and it should work - took me 2h to figure it out and it's not in the vid

    • @BodrumDrone
      @BodrumDrone 4 ปีที่แล้ว

      @@mattbra1397 in postman use x-www-form-urlencoded mode dont use raw its work it to me

    • @mattbra1397
      @mattbra1397 4 ปีที่แล้ว +1

      @@BodrumDrone thanks for the info - we got now two solutions to the issue :)

    • @BodrumDrone
      @BodrumDrone 4 ปีที่แล้ว

      @@mattbra1397 i follow all information about solution.

    • @LIFE-nr1yg
      @LIFE-nr1yg 3 ปีที่แล้ว

      i get postman to console the first post but when i try to get it in postman it gives me only the error part. i tried with x-www-form-urlencoded, same thing. looked online for other solutions, nothing worked

  • @yayz_
    @yayz_ 3 ปีที่แล้ว +3

    10:40 "It says to connect use driver blah blah blah blah here" ... This is pretty much how I read documentation..

  • @riskitall7421
    @riskitall7421 2 ปีที่แล้ว

    You are literally my favorite teacher on TH-cam. You know how to dumb things down to let everyone understand it. Thank you Ed for making things simple!

  • @awesomebirds6055
    @awesomebirds6055 3 ปีที่แล้ว

    This is the best lecture for Express and MongoDB

  • @mblakew1273
    @mblakew1273 4 ปีที่แล้ว +3

    Love this tutorial, but also “authentificated” is not a word 😂

  • @therealagent4764
    @therealagent4764 5 ปีที่แล้ว +3

    7:52 Authentification?

  • @dr4kk0nnys6
    @dr4kk0nnys6 4 ปีที่แล้ว

    He made the explanation of middleware so easy, it's actually ridiculous

  • @hamdi9624
    @hamdi9624 2 ปีที่แล้ว

    Your love life is great cause you are giving alot of informations to people and they actually love you and your style. Keep it up man!

  • @muhammadadamfahmililmi7971
    @muhammadadamfahmililmi7971 4 ปีที่แล้ว +1

    Before, I was a PHP Developer. I want to improve my skills in the Back-End area. After a long time of pondering, I want to move to NodeJS.
    Thank you for making this great video. I can understand your explanation very easily.
    Greetings from Indonesia~

  • @mohammadghandour4756
    @mohammadghandour4756 2 ปีที่แล้ว

    The fact that I subscribed just after watching your intro ??
    Bruhhhh... Love your energy

  • @j-zassarr7154
    @j-zassarr7154 2 ปีที่แล้ว

    I really had fun with you, and hadn't feel like I am stressful cuz learning what i dont know ever.

  • @Corumt
    @Corumt ปีที่แล้ว

    You just got yourself a new subscriber and a fan thanks for this, I've been struggling with this for months..

  • @rockonileva
    @rockonileva 2 ปีที่แล้ว

    Damn. Just found this video (yet to watch) .. Just went from a class where I couldn't figure ANYTHING OUT... And you have a solid history on making me figuring things out!

    • @rockonileva
      @rockonileva 2 ปีที่แล้ว

      sadly Can't make an account on mLab anymore.... so... it's gonna get hard to follow =\

  • @NguyenMinhNhat_-ep2fp
    @NguyenMinhNhat_-ep2fp 2 ปีที่แล้ว

    i`m beginer from Vietnam. And this video is very usefull to me . thank you and i hope your life now is great :))))

  • @SharinganCrypto
    @SharinganCrypto 2 ปีที่แล้ว

    thanks for this! much appreciated I learned several new concepts I hadn't seen before: the dotenv (which is extremely useful) for example...the dependency to get around the CORS policy error...all very informative.

  • @codewithtoyin
    @codewithtoyin 2 ปีที่แล้ว

    Now you're my favourite TH-camr 😍 a whole month of my life in less than and hour