{"id":22345733,"url":"https://github.com/gerhynes/exercise-tracker","last_synced_at":"2026-05-06T00:33:39.444Z","repository":{"id":106045206,"uuid":"328405193","full_name":"gerhynes/exercise-tracker","owner":"gerhynes","description":"A Node exercise tracker app built for the freeCodeCamp APIs and Microservices certificate.","archived":false,"fork":false,"pushed_at":"2021-02-14T22:59:11.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T11:49:40.918Z","etag":null,"topics":["exercise-tracker","freecodecamp","mongodb","node"],"latest_commit_sha":null,"homepage":"https://exercise-tracker.gkhynes.repl.co/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerhynes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-10T14:42:05.000Z","updated_at":"2021-02-14T23:00:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"42a34a9d-6fa1-488e-84d2-3ef3dcf42f7d","html_url":"https://github.com/gerhynes/exercise-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhynes%2Fexercise-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhynes%2Fexercise-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhynes%2Fexercise-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhynes%2Fexercise-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerhynes","download_url":"https://codeload.github.com/gerhynes/exercise-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245632815,"owners_count":20647285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exercise-tracker","freecodecamp","mongodb","node"],"created_at":"2024-12-04T09:18:30.825Z","updated_at":"2026-05-06T00:33:39.413Z","avatar_url":"https://github.com/gerhynes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercise Tracker\n\nAn exercise tracker app built with Node and MongoDB for the [freeCodeCamp](https://www.freecodecamp.org/) APIs and Microservices Certificate.\n\n[View live project](https://exercise-tracker.gkhynes.repl.co)\n\n![Screenshot of exercise tracker project](https://res.cloudinary.com/gerhynes/image/upload/q_auto/f_auto/v1613343302/Screenshot_2021-02-14_Exercise_Tracker_Free_Code_Camp_ytit2m.png)\n\n### Requirements\n\n- You can `POST` to `/api/exercise/new-user` with form data `username` to create a new user. The returned response will be an object with `username` and `\\_id properties.`\n\n- You can make a `GET` request to `api/exercise/users` to get an array of all users. Each element in the array is an object containing a user's `username` and `\\_id`.\n\n- You can `POST` to `/api/exercise/add` with form data `userId=\\_id`, `description`, `duration`, and optionally `date`. If no date is supplied, the current date will be used. The response returned will be the user object with the exercise fields added.\n\n- You can make a `GET` request to `/api/exercise/log` with a parameter of `userId=\\_id` to retrieve a full exercise log of any user. The returned response will be the user object with a log array of all the exercises added. Each log item has the `description`, `duration`, and `date` properties.\n\n- A request to a user's log (`/api/exercise/log`) returns an object with a `count` property representing the number of exercises returned.\n\n- You can add `from`, `to` and `limit` parameters to a /`api/exercise/log` 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhynes%2Fexercise-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerhynes%2Fexercise-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhynes%2Fexercise-tracker/lists"}