Today, I’ll go over the nodejs rest API and how to use it with Express. Nodejs is a very powerful js framework for working on both front-end and back-end functionality. I’ll show you how to use node.js and express to add, edit, and delete records from the MySQL database.
(more…)Tag: node js rest api
Delete Uploaded Image Using Nodejs API

This Rest API tutorial help to delete images from folder using nodejs. This is the second part of the tutorial Create Nodejs API to Upload file Using Multer.
I will create HTTP DELETE Rest API to delete the uploaded images from the server.
(more…)How to Use Travel Sabre API

This tutorial help to consume sabre API using Nodjes and express js. The Sabre providing Travel Solutions APIs to create B2C or B2B travel applications. (more…)
CRUD operations using Nodejs,MySQL and Restify

Restify is very popular nodejs restful framework to create rest api. This nodejs tutorial help to create CRUD operations for customer module ,We will create rest api to add customer, edit customer, view customer data and delete customer using restapi. I will use MySQL as database for customer table.
The node.js and MySQL both are open source so you don’t worry to purchase license for database and server.
(more…)