APIs and Microservices Projects: Exercise Tracker

Tell us what’s happening:
I am in stuck with my Exercise project: tests 3 and 4. My app response on Add exercises form with response:

{
  "_id": "a4d5bb4b-5e5d-4c22-a79b-ee5cc23d8033",
  "username": "test_username",
  "description": "test",
  "duration": "60",
  "date": "Wed Jul 07 2021"
}

What is wrong with my solution? I spent more than 5 hours today (((

Your project link(s)

solution: https://boilerplate-project-exercisetracker.abi83.repl.co/

Your browser information:

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

Challenge: Exercise Tracker

Link to the challenge:

Test number 4 is done. count property was very easy to add. But I have no ideas about test number 3…

I have no idea all together! XD

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Welcome there,

Have a look at the expected return type here - make use of the example project, if need be.

Hope this helps

you are the best! Solved!

1 Like

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