DEV Community

Cover image for CRUD Operations in Node.js, Express, and MongoDB | Video Tutorials
Chaoo Charles
Chaoo Charles

Posted on

9 2

CRUD Operations in Node.js, Express, and MongoDB | Video Tutorials

In the following tutorials, you will learn how to create API endpoints to handle the CRUD Operations i.e. create, read, update, and delete in node.js.

Support my content

  1. Subscribe to my YouTube channel here
  2. Donate to my PayPal here
  3. My Twitter @chaoocharles

The following is the table of content:

Here is the link to the playlist: playlist

Or you can use the videos below.

Creating an express server #1

Connecting to MongoDB server #2

Mongoose Model #3

require() vs import statement #4

Handling POST requests #5

Testing API endpoints with postman #6

Joi Data Validation #7

Handling GET Requests #8

Handling DELETE Requests #9

Handling PUT Requests #10

Handling PATCH Requests #11

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (3)

Collapse
 
yootech profile image
Yoo-Tech

hi everyone, please im facing a problem on Connecting to MongoDB server #2,
errror message 'MongoDB connection feilded: The uri parameter to openUri() must be a string, got "undefined". Make sure the first parameter to mongoose.connect() or mongoose.createConnection() is a string.'. thanks

Collapse
 
chaoocharles profile image
Chaoo Charles

Did you resolve this?

Collapse
 
yootech profile image
Yoo-Tech

Yes, thank you. I'm so grateful for your help

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay