Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akhilam512/formwebapp

A simple form submission and verification web app made using NodeJS, Express and MySQL
https://github.com/akhilam512/formwebapp

css expressjs form-validation html mysql nodejs webapp

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.