mongodb
How to create Restful CRUD API with Node.js MongoDB and Express.js
· ☕ 11 min read · ✍️ Adesh
In this blog, we are going to learn how to perform CRUD (Create, Read, Update and Delete) operations with the help of Rest API using Node.js, MongoDB as our database, and Expess. REST In simple terms, REST stands for Representational State Transfer.