IEEENTU / Techathlon2020-S2-W2

The repository contains the sample code of the REST APIs covered in Workshop 2 - REST APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST APIs

An Introductory Workshop for IEEE NTU on REST APIs. This workshop features a hands on approach to learning the basics of REST APIs. You will learn about what a REST API is, REST API methods, how to call a REST API and make your very own rest APIs. Familiarity with JavaScript, JSON, and the command line interface will aid you in this workshop.

We will need the following tools going on with the workshop, the installation procedures are as follows:

1. Postman

Postman is a tool that helps us to create, share, test and document APIs.

Downloading: https://www.postman.com/downloads/

2. NodeJS

NodeJS is an open-source JavaScript runtime environment that executes JavaScript code outside a web browser and is used for developing server-side and networking applications.

Installation: https://nodejs.org/en/download/

About

The repository contains the sample code of the REST APIs covered in Workshop 2 - REST APIs


Languages

Language:JavaScript 100.0%