Rest API Demo Examples

Rest API Demo Examples

Reference Link for REST API Basics:: http://total-qa.com/rest-services/restapi-examples/

JAVA Installation:

  1. Go to Oracle official site using the following link to download JDK 1.8
    JDK 1.8 Download Link
  2. Select the type of Operating System is installed in the system.
  3. Rest API Demo Examples

  4. Download the executable and complete the steps for installation of Java.
  5. To verify JAVA is installed successfully. Open cmd line.
  6. Rest API Demo Examples

    Tomcat Installation:

    1. Goto Tomcat official website using the following link: https://tomcat.apache.org/download-80.cgi

    2. Click on the zip file according to the type of operating system is installed in the system.
    3. Rest API Demo Examples

    4. Unzip the file and copy the contents of the zip file in the C: directory.
    5. Rest API Demo Examples

    6. Open the tomcat folder and verify the contents as mentioned below:

    Rest API Demo Examples

    Application Deployment

    1. Goto https://sourceforge.net/projects/sqlrest/ to download the application.
    2. Rest API Demo Examples

    3. Unzip the file and copy the contents of the webapps folder as mentioned below:
    4. Navigate to the Tomcat installation directory and copy the sqlrest folder from step 2 into the tomcat webapps
    5. directory as shown below:

      Rest API Demo Examples

    6. Start the tomcat by navigating to the location of the bin folder from command line:
    7. Rest API Demo Examples

    8. Access the browser using the following URL to verify the Application is deployed successfully.

    Rest API Demo Examples

Leave a Reply

Your email address will not be published. Required fields are marked *