-
Server side-
- add node_modules(use npm init)
- install all the required dependencies -
- connection to database (change the database, user and password accordingly to connect it to mySQL )
- I used sheetDB for storing sql data to online excel ->Go to SheetDB. ->Sign up and create a new API by linking your Google Sheet. ->You'll get a unique API endpoint for your Google Sheet.(copy that) ->past the copied api endpoint inside axios.post() ->manually initialize your Google Sheet with the required column headers.
- Now run the program using npm start (using nodemon ) or node index.js
-
CLient side-
- add node_modules(use npm init)
- install all the required dependencies
- Now run the program using npm start
-
Notifications
You must be signed in to change notification settings - Fork 0
Created a user interface with two buttons ("Form A" and "Form B") leading to dynamic forms. Both forms include validation for name, country code, and phone number. Implemented an SQL database to store form data and used SheetDB to sync new data with an online Excel sheet via a "Refresh" button.
ThatGuyChandan/MedWare
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Created a user interface with two buttons ("Form A" and "Form B") leading to dynamic forms. Both forms include validation for name, country code, and phone number. Implemented an SQL database to store form data and used SheetDB to sync new data with an online Excel sheet via a "Refresh" button.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published