Build REST API Using Node.js, Express and MongoDB

Опубликовано: 16 Октябрь 2024
на канале: DonskyTech
305
7

In this video we are going to build a REST API using Node.js, Express and MongoDB. These API will be called by our Internet of Things(IOT) projects.

REST (Representation State Transfer) or RESTful API architectural style uses HTTP request to manipulate any server resources. In this tutorial, we are building our own RESTful application that will allow us to initiate a CRUD (Create/Read/Update/Delete) operation with our database. We are using Node.js, Express and MongoDB Atlas in creating our REST API server.

WriteUp:
https://www.donskytech.com/build-rest...

Links in this video:

REST API Server Using Node.js and MongoDB
https://github.com/donskytech/nodejs-...


If you like my post or videos then please consider subscribing to my channels and share it to your friends:

Website: https://www.donskytech.com
Facebook:   / donskytech  
Youtube:    / donskytech  

Happy Exploring!

#rest
#node.js
#express
#database
#mongodb