DEV Community

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

Posted on

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

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