Skip to content

A simple form submission and verification web app made using NodeJS, Express and MySQL

Notifications You must be signed in to change notification settings

akhilam512/FormWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormWebApp

A simple form submission and verification web app made using NodeJS, Express and MySQL.

When the server.js file is run on the localhost, the home page is displayed :

  • When the Sign Up button is clicked, the registration form page is displayed :

When the user submits all the required data, a "Success" page is displayed:

  • When the user opts to Sign In from the Home page, the log in page is displayed:

And if the user enters the correct registered data, a "Successful login" page is shown:

All of the user data is stored in a MySQL database.

Features to implement: client side verification of user data, encrypted password storage, better UI.

About

A simple form submission and verification web app made using NodeJS, Express and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published