Skip to content

josharagon/Node.js-Authentication-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published