Creating a Simple Server that sends the message, "Hello World" , using Nodejs

Introduction. In our first task on our "Journey to transition into Tech through Frontend and Backend Web development program", we had the opportunity to set up our development environment by installing the necessary code editors such as VS Code, Ubuntu (a Linux package), and Node.js. I also had the opportunity to install Git and also create a GitHub repository account. Task : In this article, I will be taking you on a journey on how to set up a simple server that sends the message "Hello World!" using Node.js. I will therefore use Git to push the codes to GitHub by linking my GitHub account. Prior Knowledge : Express.js (a minimalist and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Link: https://expressjs.com/ ) Procedures 1. The git bash terminal was opened from my desktop using the right-click option on the mouse. As the pop-up window emerged, a folder was created using the command; make a dir...