Posts by Jefferson De Oliveira • 21 points
1 post
-
2
votes1
answer575
viewsQ: How do I display table data (HTML) from a database through JSON Express?
Hello! I would like to know a way to present to the user in an HTML table, data stored in a MYSQL Database with connection through JSON Express. const express = require('express'); const app =…