DEV Community

Discussion on: Step by step React, NodejS and MySQL Simple Full Stack Application 2018 (part: 5)

 
alivadjid profile image
alivadjid

At localhost 3001 you must see data from your SQL database.
Something like this: "{"users":[{"id":1,"username":"Kris","surname": ..."
Can you send github repo for find issue?

Thread Thread
 
xiaohan_du profile image
Xiaohan Du

Hi alivadjid,
Please see my repo https://github.com/thinkvantagedu/HW10.git
Thank you

Thread Thread
 
xiaohan_du profile image
Xiaohan Du

If I run node server in directory simple-react-mysql, I can see the data from my SQL database in localhost:3000

Thread Thread
 
alivadjid profile image
alivadjid • Edited

well, you shoud to restart lesson 4. From position 2 and install all components from lesson.