Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

NodeJS Auth Server

Description

A NodeJS Webapp that explains the implementation of a basic authentication system with the help of passport module.

Teck Stack

NodeJS

Install the Dependencies

npm install

Run Local

  • Clone the repository
git clone https://github.com/abhijeet007rocks8/Dev-Scripts
  • Change Directory
cd Dev-Scripts/NodeJS/NodeJS_auth/
  • Run the script
npm run runserver
  • Open http://127.0.0.1:8080 in your browser

Demonstration Video

2022-05-05_18-40-25.mp4