Open GabrielMelhem opened 1 week ago
closes #282
by calling this endpoint (http://localhost:8800/v2/places) we got this result
after seeding the images also we need just to update line 35 in SApp.jsx to call the v2 endpoint to be like
.get(`${BASE_URL}v2/places`)
Your code looks good. However I believe we should have only one prisma client. In this case we have a db folder with an initialization and export so it could be used also in seed
closes #282
by calling this endpoint (http://localhost:8800/v2/places) we got this result
after seeding the images also we need just to update line 35 in SApp.jsx to call the v2 endpoint to be like