Skip to content

User Authentication is made using various tools like bcryptjs, passport and for template engine ejs is used. You can register if you don't have id to login. The data will be stored in MongoDB but password will remain crypted/hashed with the help of bcrypt.

Notifications You must be signed in to change notification settings

Kheman9862/User-Authentication-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-Authentication-System

User Authentication is made using various tools like bcryptjs, passport and for template engine ejs is used. You can register if you don't have id to login. The data will be stored in MongoDB but password will remain crypted/hashed with the help of bcrypt.

How to Run this file

  1. After cloning this file go to command line

  2. Open this file's directory and write -- $ npm install

  3. Next Step is run the program by typing -- $ npm run dev

  4. Go to -- $ http://localhost:5000/

                       ------------------------------------The End--------------------------------------
    

About

User Authentication is made using various tools like bcryptjs, passport and for template engine ejs is used. You can register if you don't have id to login. The data will be stored in MongoDB but password will remain crypted/hashed with the help of bcrypt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published