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 a Department and Employee performing the CRUD operation as well as other operations such as Listing, Paging, and Sorting along with the Employee 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 MySQL as well as Sequelize.