A Blogging website developed using Node.js and EJS which have feature of signin/signup , have JWT based authentication and have MongoDB for maintaing data.
-
Just go on official Node.js website and download the installer. Also, be sure to have
gitavailable in your PATH,npmmight need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm -
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v21.4.0
$ npm --version
10.2.4




