Back End Development and APIs Projects - Exercise Tracker

Tell us what’s happening:
The last test in this, is driving me crazy. to ’ You can add from , to and limit parameters to a GET /api/users/:_id/logs request to retrieve part of the log of any user. from and to are dates in yyyy-mm-dd format. limit is an integer of how many logs to send back." I can’t see what I am doing wrong.

Your project link(s)

solution: boilerplate-project-exercisetracker - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.62

Challenge: Back End Development and APIs Projects - Exercise Tracker

Link to the challenge:

After reading up and understanding how mongodb works, I restructured my code and got it to work

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.