Category: nodejs

  • Put Request NodeJS

    Put Request NodeJS

    Put Request Put Request, in this article i will step through the sample code on how to use a put request This Article is an extension from this 2 article (1) (2) Read the First and Second Article before you proceed to this article.   The Objective of this Program is to replace the existing…

  • Get And Post Request

    Get And Post Request

    Get And Post Request Get And Post Request, in this Article i will show you how to create a a Get and Post Request What is a Get Request ? A get Request is to get the Data from the Server. What is a Post Request ? A Post Request is the User Posting Data to…

  • Create Your First API

    Create Your First API

    Create Your First API Create Your First API , In this Article , i will show you how to build your very First API using NodeJS. So What is an API ? An API is an interface or messenger which takes the Request from the User and tell the System whats the User wants the…