Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.63 KB

GDG Raipur - Build a REST API using Node JS

Install Node JS

Get Node.js and NPM (always installed together):

  • Debian / Ubuntu - based on Node docs.
    • Install Node using APT.
      $ sudo apt install nodejs
  • macOS - use a Brew formula.
    $ brew install node
  • Windows
  • Other systems

If you've already installed, please verify the installation by

  • Node.js
    $ node --version
    v14.2.0
  • NPM
    $ npm --version
    6.14.4

Use your package manager to update to newer versions of Node.

If you need to upgrade just NPM, use NPM like this:

$ npm install -g npm

Install Postman

Please refer to this article and follow the instructions to install Postman on your system

Install Git

Please refer to this article and follow the instructions to install Git on your system

Install Heroku CLI

Please refer to this article and follow the instructions to install Heroku CLI on your system