I am currently working on a project where I use nodejs to create a user and add the user to MySql in a table called "users" I want to create a button in html that deletes the currently logged in user from mysql table
How do I make a button in html call a function in nodejs to delete a row in MySql
This might be a good start to understand how to trigger API calls from Js
Then NodeJs