Example SQL injection vulnerabilities in action.
The first step before you can start the node app is to install all the necessary node module dependencies for the project. Run the following command from your terminal:
npm install
Start the normal web server using node:
node server.js
Once you have started the server, navigate to the following link in your browser:
You should see a simple login form.