Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 417 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 417 Bytes

Get Started

This project is to describe how to implement two factor authentication with either google/microsoft or any other authenticator app.

Prerequisites

  • Make sure you have Node JS installed.

Installing

  • In the terminal type npm install to install all required packages

Run

  • To run this project either do:
  1. npm run start:dev
  2. npm start
  3. node index.js