An application that notifies you and issues a phone call if some of the servers have gone down
Have Node.js installed on your machine and through your terminal enter the project directory and run the command "npm install":
cd "project directory"
npm install
Rename the .env.example file to .env
Finally, start the node.js server with the command "npm start" in a separate terminal:
cd "project directory"
npm start
This project was developed through an online course: Telefonando pelo Node.js