This is a node.js based login system i built
Clone down this repo to your system
Then run the following lines in your terminal
npm install
npm run devStart
open localHost:3000 in your browser
-
you will be greeted to the login page
-
register an account. (name, email, and password)
-
attempt logging in (test incorrect email and passwords to see error handling)
- BCrypt
- Express.js
- Express Flash
- Express Session
- Passport
- Nodemon
- DotEnv
- Method Override
