VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
MongoDB Full Tutorial w/ Node.js, Express, & Mongoose

MongoDB Full Tutorial w/ Node.js, Express, & Mongoose

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
In this tutorial, we implement a basic Mongo DB with Node/Express project and fully deploy it to the Turbo staging environment. Mongo DB (the M in MEAN and MERN stack) is among the most dominant databases in use today. Along with MySQL and PostgreSQL, Mongo DB an industry-standard database consideration among startups and large companies alike. But unlike the other two, Mongo DB is the de-facto standard for document based databases and has exploded in popularity since its release in 2009. -Files: https://www.mediafire.com/folder/7lxecwj9n7heq/MongoDB_Tutorial -https://www.turbo360.co/ -- Contents -- -- (00:00) 1. Installation -- (04:38) 2. Project Setup -- (10:59) 3. Profile Schema -- (21:33) 4. Seed Data -- (30:08) 5. Queries -- (37:40) 6. ID Queries -- (42:32) 7. Creating Data -- (51:27) 8. Updating Data -- (58:00) 9. Removing Data -- (1:04:05) 10. Deployment Tutorial developed by Dan Kwon from Turbo 360. Check out their YouTube channel: https://www.youtube.com/channel/UCf5CgGVs6zEq6DUtyFw9e-Q/
Date: 2022-03-14

Comments and reviews: 10


This tutorial uses MLab for cloud DB deployment. MLab has now been absorbed into MongoDB (the organization/corporation), and although the website still exists, when you go to sign up, it directs you to the MongoDB Atlas sign-up page. From there, the UI is quite different, although functionally similar. Anyway, it makes the last section of the video hard to follow.
reply

Hello i have a quick question,
Everytime i edit something and want to see the update on the turbo server it keeps saying port 3000 already in use and i have to shutdown the server and re-launch it.
This issue does not pop up in the video, anyone know how to fix it ?
Thank you.

reply

Anyone know why I;m getting the error that local host 3000 is already in use, but when I go to it it shows the mustache page it is supposed to show? It says that app is running at localhost 3000, but then after it gives me the error that localhost 3000 is already in use...
reply

Mongoose reference suggests using -findByIdAndDelete- methods over -findByIdAndRemove- methods, although they also state both will accomplish about the same thing. Also, deleting or removing a record will return the record that was deleted or removed.
reply

Hi. Everything was ok until 19:15 when we added the Profile.find() . I have checked the code several times and it keeps returning that Profile.find is not a function. Has anyone gone through this? I would appreciate the help. Thanks.
reply

Does anyone have experience with Turbo360? This site is somehow weird... No cookie consent, nor terms, privacy policy nor documentation. The registration is hidden right above the footer. No thanks, I'll skip this video. -
reply

41:31 Son, you really should purchase that Sublime license. No excuse -- it's dirt cheap and as an instructor, you should be setting a better example. Either that, or switch to VSCode, which is purposefully free.
reply

2 things
- Take a sip every time this man smacks his lips
- Throughout the video, his voice changes due to the microphone acoustics. It makes it sounds as though he's going through puberty lol.

reply

i dislike the usage of turbo here. it makes a lot of the content irrelevant, because i feel like its such a niche product to use.
just basic express+mongoose would have been more helpful

reply

Why every tutorial for MongoDB comes with third-party services like MLab e.t.c.? -We are going to make full-stack app.. We need to register MLab and Tilda accounts..-
reply
Add a review, comment






Other channel videos