Category Archives: Rest API Example

This category will have all restful api tutorials which will create new wrapper or rest api using different programming languages.

CRUD API Using Nodejs and Express

This is the third part of the node js tutorial series to create a restful API using the Express node.js module. I have shared node js with MySQL tutorials. This node js tutorial helps to create the rest API to the listing table, add a record, edit a record, and delete the record from the MySQL database. The rest API communicates with MySQL and updates data into the MySQL database.

Continue reading