adefrutoscasado / password-checker

Application to encourage the security of passwords in a organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Checker

An application to encourage the members of an organization to improve the security of passwords.

Installation

Password checker requires Node.js v8.9+ to run.

Install the dependencies and devDependencies and start the server.

$ cd password-checker
$ npm install

Deployment

Migrate the database to last state

$ npm run migrate:latest

Build the app

$ npm run build

Start the server

$ npm run serve

License

This project is licensed under the MIT License.

About

Application to encourage the security of passwords in a organization


Languages

Language:JavaScript 74.1%Language:TypeScript 22.5%Language:HTML 2.1%Language:CSS 1.3%