Sunday, 10 November 2019

How do I insert data into HTML?

Here is my project structure:server.jspublicindex.htmlclient.jsMy server.js file currently can access a database, and log information to the terminal.I've spent hours trying to figure out how to somehow push that resulting data into a table in the index.html file, as I am trying to create a CRUD application.

Submitted November 10, 2019 at 12:30PM by seanmacthomais

No comments:

Post a Comment