How do you retrieving strings sent as json objects from your Node server from client side js?
Essentially, im trying to retrieve “img source” which is basically file path to the imgs: e.g. “assts/imgs/image1.png” (stored on my node server in an array called “photos” as an impromptu database.)
I’m using the following directory structure: