- XAMPP download link : https://www.apachefriends.org/download.html After installation, start Apache and Mysql Services.
- Click admin
- Create database "showMe" and inside it create table "users" with following fields
Run :
npm install
nodemon app.js
- website starts at : localhost:3000
- Try test emails like "e@e.com","jjjj@pppp.com" etc [no underscores and "." in email ids eg: ee_r@ce.iitr.ac.in]
- Enjoy!