Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 847 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 847 Bytes

📲 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/