Installation Guide
Installation Guide
Installing NodeJS
Ubuntu
repository and you can easily install it using a few commands. Follow the steps below
● Step 3: Once installed, verify it by checking the installed version using the
following command:
node -v or n
ode –version
Note: It is recommended to install Node Package Manager(NPM) with Node.js. NPM is
Install Node.js using NodeSouce repository: The latest version of Node.js can be
installed from N
odeSource repository. Follow the steps below to install the Node.js on
your Ubuntu.
● Step 1: Open your terminal or press Ctrl + Alt + T and use the following
commands to update and upgrade the package manager:
● Step 2: Install Python software libraries using the following command:
● Step 4: T
o Install Node.js and NPM to your Ubuntu machine, use the
command given below:
● Step 5: O
nce installed, verify it by checking the installed version using the
following command:
node -v or n
ode –version
● npm -v or n
pm –version
Finally, you have successfully installed Node.js and NPM on your Ubuntu machine.
2. Windows:
https://nodejs.org/en/download/
Postman Installation
1. Linux:
https://snapcraft.io/postman
sudo snap install postman
You will need to install snap first, and you will be able to install most of the softwares
quickly on linux.
Don't worry you will be prompted if it's not installed,
2. Windows:
https://www.postman.com/downloads/
Installing MongoDB:
1. You need to first uninstall the mongodb, you can use:
sudo apt-get purge mongodb-org*
After this, install mongodb through the following commands:
Continue by ‘Y’
You are done with the installation of mongodb. You can check it by using the below
command:
mongo --version
Finally type
sudo service mongodb start
Windows:
https://docs.mongodb.com/manual/tutorial/i
nstall-mongodb-enterprise-on-windows/