Prerequisites -
- You need to have node installed to be able to run this project. If you do not have it, please follow this to install node on your machine - https://nodejs.org/en/download/
Steps to run this project -
- Open your terminal/command prompt
- run command - npm install (this will install all the dependencies needed for the project)
- Get your authy application key.
- Replace the actual key with 'your-auth-key' it in app.js
- Once steps #1 to #4 are completed successfully, run node app.js to run the application.