Skip to content

ashish11chawda/gdg-raipur-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published