Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.08 KB

File metadata and controls

44 lines (29 loc) · 1.08 KB

Awesome Login

Try it out here: https://nodejs-login.herokuapp.com

Introduction

A simple Login/Register application developed in Nodejs using Express.

Features

  • New User Account Creation
  • Secure Password Reset via Email
  • Ability to Update / Delete Account
  • Session Tracking for Logged-In Users
  • Local Cookie Storage for Returning Users
  • Blowfish-based Scheme Password Encryption

Getting Started

Installation and Setup

  1. Install Node.js & MongoDB if you haven't already.

  2. Clone this repository and install its dependencies.

     > git clone git://github.com/drphamwit/node-login.git node-login
     > cd node-login
     > npm install
    
  3. In a separate shell start MongoDB.

     > mongod
    

Run

  1. From within the node-login directory start the server.

     > node app
    
  2. Open a browser window and navigate to: http://localhost:3000

Demo video

https://www.youtube.com/watch?v=zzzzzzzzzz

Contributors

  • Stephen Braitsch, Team Lead
  • Vitalii Lebediev, Developer