Learn REST APIs using Node.JS, Express and Postman.
- Install Node LTS (currently 8.10.0).
- Install the latest version of Node Package Manager (NPM):
npm i npm -g
- Install Postman. You can use the native app or the Chrome Extension
- Clone this repo
- Run:
npm install
- Run:
npm start