Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 667 Bytes

File metadata and controls

15 lines (11 loc) · 667 Bytes

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--------------------------------------