Tuesday, 12 February 2019

EXPRESS

ExpressJS is a web application framework that provides you with a simple API to buildwebsites, web apps and back ends. With ExpressJS, you need not worry about low levelprotocols, processes, etc. 1.What is Express? Express provides a minimal interface to build our applications. It provides...

POSTMAN

1.What is Postman app? * A Little About Postman. Postman is a Google Chrome app for interacting with HTTP APIs. It presents you with a friendly GUI for constructing requests and reading responses. 2.What is Postman API? * Postman is a powerful HTTP client...

API

  1.What is the API? Application program interface (API) is a set of routines, protocols, and tools for building software applications. An API specifies how software components should interact. Additionally, APIs are used when programming graphical user interface (GUI) components. 2.What...