Zero to Hero – Node.js (part -5) – REST APIs
In last blog, we understood about connecting MongoDB with our Node.js app. In this blog, we are going to expose our DB CRUD operation as REST APIs. Please go through previous blog where we talk about having connection with MongoDB. Before diving-in, let’s first talk about some common terminology: REST API: It is a web […]