Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 730 Bytes

File metadata and controls

41 lines (28 loc) · 730 Bytes

Node.js-Authentication-System

This is a node.js based login system i built

Installation

Clone down this repo to your system

Then run the following lines in your terminal

npm install
npm run devStart

Usage

open localHost:3000 in your browser

  1. you will be greeted to the login page

  2. register an account. (name, email, and password)

  3. attempt logging in (test incorrect email and passwords to see error handling)

register/login

Technologies Used

  • BCrypt
  • Express.js
  • Express Flash
  • Express Session
  • Passport
  • Nodemon
  • DotEnv
  • Method Override

License

MIT