Skip to content

Simple project to understand better about server-side form validations.

Notifications You must be signed in to change notification settings

victorsouza19/form-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there 👋

This is a simple study repository to understand some metrics about form validations and something about good practices of input verifications.

In this study, we used these dependencies for the form validation:

  • Express-sessions: It's to create sessions.
  • Express-flash: We use this library to send data into a session, like error messages.
  • Cookie-parser: We need this to parse the data for the cookie on user's browser.

In the future, i plan to analyse the validator.js dependency too, for apply in this study.

About

Simple project to understand better about server-side form validations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published