utilise expressjs in our appjs in the backend to get the data ] move data from frontend to the backend app.get('/rest/places', (req,res)=>{res.send(Places)}) app.listen..... fetch the data from our gallery component and the details component :)