Build Restful API CRUD With Node.js Express & MongoDB using Postman

Опубликовано: 04 Октябрь 2024
на канале: AB Nation Programmers
19,759
422

In this video you will learn about how to create a CRUD using Node JS, Express and MongoDB. We will create mongo DB Connection and connect our database with our application.

We will also use Mongo DB Compass which is a GUI platform to crate collections and insert data whiteout typing commands using CLI.
We will create basic structure of our application so that can be helpful for beginners to understand the structure of our application.

We use node js express as a backend language and with help of express we can easily create routes and middleware. We use mongo dB with mongoose to connect schemas and models for our application. We will use postman to test our API which is a tool to test our API.


Code for this video
https://github.com/Abdullahmasood553/...

Please don't forget to like and subscribe my YouTube channel.

#nodejs #mongodb #express