-
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
ThatGuyChandan/MedWare
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|