Skip to content

codepawan-dev/user-authentication-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login or sign up form

This login and sign-up form which is created using express.js, mongoose.js and pug

To run this code you need to install dependencies mention below

Express.js

npm install express --save

Mongoose.js

npm install mongoose

Pug

npm install pug

bcrypt

npm install bcrypt

nodemon (optional)

npm install nodemon -g

Run this code:

node app.js

or

nodemon app (if you have installed nodemon dependencies)

About

This login and sign-up form which is created using express.js and mongoose.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published