Steve720zhang / safe-username-password-login

A safe login system with username and password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a MongooDB + Express + AngularJS + Node.js application, It's a sample of safe username and password login system.

Run

you can download with following command:

git clone https://github.com/stiekel/safe-username-password-login.git

then go to the project folder, and install npm packages and gulp:

cd safe-username-password-login
npm i
npm i -g gulp

start with gulp:

gulp

About

A safe login system with username and password.


Languages

Language:JavaScript 87.6%Language:HTML 12.4%