CRUD operations using Nodejs,MySQL and Restify

nodejs-mysql-express

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…)

Jenkins Rest api Using PHP

Jenkins API Using PHP

This Rest Api tutorial will show you how to use the PHP Guzzle rest client to connect to Jenkins’ rest API. To access the Jenkins Rest API, you can use any framework and any programming language. We will get information about all CI jobs from the Jenkins server.

(more…)

Creating A REST API With Lumen and MySQL – Part I

This REST API tutorial help to create restful API using PHP Lumen and MySQL.We will Create CRUD operation for customer module.

Well, Now everything is changing very rapidly and introducing a lot of plugin/cms/framework day by day, so here we will discussed micro rest framework sensation Lumen By Laravel, Yes its very popular rest framework to create rest API using PHP.
(more…)

How to get containers list via rancher REST API

This Rest api tutorial help to access all containers list using rancher API. Rancher Labs develops open source software that makes it easy to deploy and manage Docker containers and Kubernetes in production on any infrastructure.Rancher is complete container management platform.Rancher provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots.
(more…)