Skip to content

brandon-kyle-bailey/express-server-side-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

express-server-side-authentication

Server Side Express-Validation using Node.js & Express

Why do we need server side validation?

A clients web browser could have Javascript disabled. This would bypass any client side Javascript you may have written for events such as form submission.

To start this project

- clone the repository
- cd app
- npm install
- npm start
- navigate to http://localhost:8080/

Create your own project

- cd app
- npm init
- npm install express --save
- npm install nodemon --save

About

Server Side Express-Validation using Node.js & Express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published