Question: I need to create a route that returns a JSON formatted string containing all the posts within the posts.json file whose published property is set
I need to create a route that returns a JSON formatted string containing all the posts within the posts.json file whose published property is set to true (i.e. "published" posts). For example, localhost:8080/blog could be set up to return something like "TODO: get all posts who have published==true".
Link of the post.json file https://pat-crawford-sdds.netlify.app/shared/winter-2022/web322/A2/posts.json
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
Based on the web search results here are the steps you need to follow Install and require the Expres... View full answer
Get step-by-step solutions from verified subject matter experts
