This is a MongooDB + Express + AngularJS + Node.js application, It's a sample of safe username and password login system.
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