4. MAKE A NEW FOLDER WITH YOUR PROJECT NAME INSIDE web-dev-mini-projects & Add your project files (eg: index.html ,style.css, script.js) inside that folder 5. Also ...
You are building the feed endpoint for a developer discussion platform. Right now listPosts(query) returns the entire store — unpaginated, unfiltered, unsorted. With six seeded posts this looks fine.