Developing a Simple API with NodeJS, Express and MySql

In this getting started article, let's talk about how we can develop a simple RESTful API which performs basic CRUD operations (Create, Retrieve, Update and Delete) on table data by connecting and integrating with MySql database.