1.Install Node.js on your device.
2.Clone this repo in your folder.
3.Run npm init in working directory through your terminal.
4.npm install --save all the dependencies.
Dependencies:
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cron": "^1.8.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"express-session": "^1.17.1",
"mongoose": "^5.9.16",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"web-push": "^3.4.4"
5.Run node app.js in your working directory from your terminal.
6.Open your browser at PORT 5000 to visit the website.\