🔴 complete rest api using node.js, express.js and mongoDB in hindi
in this video we will learn to build a restful API from very basic to advance level. in this 4 hour of video we will learn to create rest api for get, put, post, delete request. here we will learn how to post data into mongodb database, read data from database, update data and delete data from database.
we will also create api for user signup and login using bcrypt and json web token.
we will also learn to use postman or thunderclient to test our RESTful API
Planning & First Steps
installing nodemon
Adding more route
Error Handling for bad url request
setting of mongoDB Atlas
connect node.js rest API with mongoDB in
body-parser
POST data to the database
GET data from database
GET data by id
http delete request
put request
adding user signup using bcrypt
adding user signup part 2
login
postman in vs code
jwt route protection
upload image to cloudinary
deploy node.js api in heroku
#Node #JS #REST #API