Skip to content

anish-yadav/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager and login App

password manager password manager

Direction to use

  1. Clone the repo using git clone [email protected]:anish-yadav/PasswordManager.git
  2. move into that repo using cd PasswordManager
  3. create a file called config.json in the config folder containing your database address like below config.json
  4. install all the node modules required using npm i and the start the app node app.js

Resources Used

EJS

EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. It's just plain JavaScript. In this app it has been used as a rendering medium for the fron-end

Express-Validators

express-validator is a set of express.js middlewares that wraps validator.js validator and sanitizer functions.

A live demo of the app can be found here