This is a small backend project to understand how the password authentication works. The technologies used here are node.js and express.js.
Step 3: Now run the index.js file using node command in your terminal and once the server starts running open the localhost:3000 in your browser.
The static password given is 123456789, change it in the index.js to play around.