step-1 install necessary things using the code given below npm i express ejs bcrypt express-flash express-session method-override passport passport-local
step-2 to start the server run this=> npm run devStart
step-3 go to localhost:3000 and see the app's workin' or not