Steps to run the project on your local machine
Step 1: Download the zip file and unzip it
Step 2: Open terminal/command prompt in that directory.
Step 3: Run "npm install" command. This will download all dependencies needed for this application.
Step 4: After successful installation of dependencies, you can start the frontend by running "npm start".
Step 5: you can start the server by running "node connection.js"