This document provides instructions on how to set up Node.js on your computer.
- You will need a computer with a working internet connection.
- You will need a text editor, such as Visual Studio Code or Sublime Text.
- Download the Node.js installer from the Node.js website.
- Run the installer and follow the on-screen instructions.
- Once Node.js is installed, open a command prompt or terminal window.
- Type the following command and press Enter:
node -v
- Go to the terminal and type
npm install
to install all the node packages. - Now Add the .env file with Credentials.
- To Start the server type
npm start
.