/Login_Register_Nodejs_Express_Passport

This repo consists of the project I have made for the register and login purpose with help of nodejs and express and authentication is done with the help of Passport module of npm

Primary LanguageJavaScript

Login_Register_Nodejs_Express_Passport

This repo consists of the project I have made for the register and login purpose with help of nodejs and express and authentication is done with the help of Passport module of npm

To able to run this app you require install this module from npm manager
-bcrypt": "^5.0.1",
-ejs": "^3.1.8",
-express": "^4.18.1",
-express-flash": "0.0.2",
-express-session": "^1.17.3",
-flash": "^1.1.0",
-method-override": "^3.0.0",
-passport": "^0.6.0",
-passport-local": "^1.0.0"

To install all dependencies type 'npm install'