Description
In this guide, you will learn about implementing end-to-end REST APIs using the NodeJs and MongoDB where we will take an example of Product and Categories to perform the CRUD operation as well as other operations such as Listing, Paging, and Sorting along with the Product APIs.
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites
You should have a basic understanding of the expressjs routing flow, a way of implementing the MVC architect pattern, and a basic understanding of the MongoDB & mongoose libraries.