Skip to content

Vector73/Login-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web login system

This is a full-stack web project which implements fully functional Login system with 2-step verification. It majorly uses node.js with express.js for backend development and mongo db for database management with mongoose as wrapper. Handlebars are used for server-side rendering.

Setup Email-ID

Add your email-id and app password in router.js. Example:

var transporter = nodemailer.createTransport({
  service: 'gmail',
  auth: {
    user: "abc@gmail.com",
    pass: "hjdgsfojfegjklju"
  }
}, {
  from: "xyz@gmail.com",
});

Run Locally

Clone the project

  git clone https://github.com/Vector73/Login-System

Go to the project directory

  cd <Project_name>

Install dependencies

  npm install

Start the server

  node .\index.js

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published