DEV Community

Discussion on: Beginner's guide to using MySQL database in a Node.js app

Collapse
 
ravblumb profile image
ravblumb

great guide - I was able to build this server, and see the json list by pointing my browser to localhost:4000

I am trying to take this a step further and iterate though the data in a React app, but getting stuck. How can I wire this up?