Node.js & Express.js Series | Chapter 12 | Inserting record into database (POST API)
In previous lectures, we have learned how to connect to MongoDB using Node.js and also learned how to make post requests. In this lecture, we will combine them and see