Tell us what’s happening: I can’t pass FreeCodeCamp’s tests and I don’t know why. Can somebody please check lines 73-175
in server.js
file?
Your code so far
https://glitch.com/edit/#!/seed-jet-dugong
Link to the app
Tests not passing
- I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. App will return the user object with the exercise fields added.
- I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). App will return the user object with added array log and count (total exercise count).
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36
.
Challenge: Exercise Tracker
Link to the challenge: