Build REST API with Node and Express

In this series, we will build a REST API that servers blog posts using Node, Express.js, and MongoDB. We will learn how to structure the API in Layered architecture and how each layer will interact with the other.