Nishu0 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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


Languages

Language:JavaScript 69.1%Language:EJS 30.9%