This guide teaches how to build a simple Blog Article CRUD API using: Node.js – runtime to run JavaScript on the server Express – web framework for building APIs MongoDB – NoSQL database Mongoose – MongoDB ODM (object-document mapper)

This guide teaches how to build a simple Blog Article CRUD API using:
- Node.js – runtime to run JavaScript on the server
- Express – web framework for building APIs
- MongoDB – NoSQL database
- Mongoose – MongoDB ODM (object-document mapper)