Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akhilam512/formwebapp
- Owner: akhilam512
- Created: 2018-09-29T02:54:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T12:24:58.000Z (about 6 years ago)
- Last Synced: 2024-11-27T13:41:14.722Z (3 months ago)
- Topics: css, expressjs, form-validation, html, mysql, nodejs, webapp
- Language: HTML
- Homepage:
- Size: 4.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.