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

  • Post comments:0 Comments



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/

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

Leave a Reply