Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 438 Bytes

API Workshop

Learn REST APIs using Node.JS, Express and Postman.

Prerequisites

  1. Install Node LTS (currently 8.10.0).
  2. Install the latest version of Node Package Manager (NPM): npm i npm -g
  3. Install Postman. You can use the native app or the Chrome Extension

Installation

  1. Clone this repo
  2. Run: npm install
  3. Run: npm start