Skip to content

An application security based project consisting of secure login and signup pages protected from malformed input attacks.

Notifications You must be signed in to change notification settings

MustafaAjnawala/Secure-Login-and-SignUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup steps

Setting up the NodeJS server to run the Project:

npm init -y

npm install express mysql2 nodemon cors

npm install ejs

->in the package.json file change the scripts section to the following : "scripts": { "test": "echo "Error: no test specified" && exit 1", "start": "nodemon server.js" },

-> Then create a server.js file, views folder and then css folder.

-> Paste the codes in the repositories and proceed to make your changes.

Project screenshots

image

image

About

An application security based project consisting of secure login and signup pages protected from malformed input attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages