A normal Register and Login Form created in NodeJs using Express, Passport.
Uses MongoDB Atlas free Database
In the project Root Directory:
npm i express mongoose dotenv ejs body-parser express-session passport passport-local passport-local-mongoose
in gitbash Terminal:
node app.js
It will run in localhost port 3000 or the port you specify in dotenv file.