Skip to content

Simple-Login is a Node.js project for demonstration of simple login page.

Notifications You must be signed in to change notification settings

sei-vsarvepalli/simple-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Login is a Node.js project for demonstration of simple login page.

This project is basically a login page with a ./login.js function that is used to verify username and password stored in a node.js dotenv file. The script backend.js could be used to run the password generator.

npm install
node server.js

Open a browser to http://127.0.0.1:3000/ and test with the default username admin and password cert1234

About

Simple-Login is a Node.js project for demonstration of simple login page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published