Login or sign up form This login and sign-up form which is created using express.js, mongoose.js and pug To run this code you need to install dependencies mention below Express.js npm install express --save Mongoose.js npm install mongoose Pug npm install pug bcrypt npm install bcrypt nodemon (optional) npm install nodemon -g Run this code: node app.js or nodemon app (if you have installed nodemon dependencies)