Complete Node.js Express MongoDB CRUD

preview_player
Показать описание


In this video, we have implemented CRUD Operations in NodeJS Application with the help of MongoDB and Express.
We have implemented these crud operations around Html Table.

Content Discussed :
- Form Design using template engine -
- Post Form Data into .js with
- Implemented Form Validation with mongoose model
- Insert, Update and Delete with and MongoDB

📂 GitHub Repository

💖 Buy me a Coffee

🌀 Related Videos

🔗 Find me in

#NodeJS #MongoDB #CodAffection
Рекомендации по теме
Комментарии
Автор

I am a self-taught programmer and honestly your tutorials are the best man...3 years after, There are still golden!!! Keep the good work

emmanuelkaome
Автор

Thank you for this video. I am a self-taught developer and I have to be honest, the front-end of web dev is more appealing to me. I always dread doing anything back-end related. After this video, I can truly say that back-end isn't so bad. Solid video....you earned a sub!

kodeDev
Автор

Your explanation is like everyone already know the core concepts of express MongoDB and node and you are just removing some confusions.. Please try to explain in detail and easy manners as possible

hamzanawaz
Автор

I checked out several other walkthrough videos, including LinkedIn Learning's premium content, but none of them worked. This was the first one I found that actually did everything and wasn't out of date. Thanks!

JoshuaSwalheim
Автор

Hey this was an excellent walk through of creating a classic MS Access style db CRUD form! It's still just as valid in Aug 2020 as it was in 2018. Cup of coffee going your way soon. :D -- PSA: for those wondering, express handlebars will give you trouble with the list and update records functions if you have installed a version since 4.6.0. Don't be discouraged! Scroll through the comments for some of the workarounds. They do work. EDIT: For those that need an in-depth tutorial on express, mongo or mongoose, do that first and then come back here.

machinimaaquinix
Автор

Honestly, this is the best MERN CRUD course I've come across 💯

fredwens
Автор

Still works in january 2021!
All npm installs with latest versions, i used the bootstrap version the same as in the video.
I had to add after .find().lean(). Also after .findById() and two other find-functions.
Thanks for this great video!

marleenloohuis
Автор

You are great! I like your no-froth approach, a full working system in 50 min!
Thank you very much!

reporter
Автор

Wow amazing, i spend 3 days to find a simple CRUD tutorial and for now this is the best i saw, very well explain and you give us the code ! Thank you !

MeganeFosteryukina
Автор

You saved my Day buddy. Explaining about the collections and models mapping. Thanks.

suhasvenkatesh
Автор

This is the best Node.js Express MongoDB CRUD tutorial that I have seen. Thanks!

bretrogers
Автор

Absolutely perfect tutorial for beginner, within 50 mins you have teach an complete CRUD with Listing operations. Thanks a lot.

dinesh
Автор

After clicking on edit button form is opening but data is not there....edit function is working but previous data is not showing in the form to edit. Please resolve

sakshiseth
Автор

Thank you so much for the great video @CodeAffection. After searching a lot I found this video. You made my day. thanks once again. I subscribed at the very first half of the video. Your efforts are really appreciated, man.

mohd
Автор

if you get an error "Handlebars: Access has been denied to resolve the property "..." because it is not an "own property" of its parent" at 41:26, it's because in Handlebars 4.6.0, templates cannot access prototype properties and methods anymore.
Change your code in employeeController.js to
res.render("employee/list", {
list: doc.map(doc => doc.toJSON())
});

raven
Автор

magnifique tutoriel sur mongodb express nodejs mongoose body-parser super continue

lachatiere
Автор

Would love to have seen this implemented with React on the frontend.

kevgits
Автор

thank you! Your examples helped me fill in the piece that I was missing all along! :D

GlueTubber
Автор

Thank you for the hard-working! I enjoy watching the video and learning from it.

leozeng
Автор

It's absolutely good!! I really enjoyed your tutorial, hope to see more tutorials in your channel :D

paulmichaelpangan