Learn how to create simple RESTFul API using Node.JS, Express and MySQL database. We are going to build an API for a Shop that will Handle CRUD for an item (Eg. Products), Returns data in JSON format and Use the API Endpoints (`URL`) and HTTP methods (`POST`, `GET` and `DELETE`)

Read More →