{"id":22004495,"url":"https://github.com/lucasctnh/fcc-exercise-tracker","last_synced_at":"2025-07-02T12:32:47.515Z","repository":{"id":106224863,"uuid":"205754478","full_name":"lucasctnh/FCC-Exercise-Tracker","owner":"lucasctnh","description":"Full stack JavaScript app for FCC course","archived":false,"fork":false,"pushed_at":"2019-09-02T01:27:57.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T06:25:33.015Z","etag":null,"topics":["api","exercise-tracker","expressjs","freecodecamp-project","microservice","mongodb","mongoosejs","nodejs"],"latest_commit_sha":null,"homepage":"https://nettle-xenoposeidon.glitch.me/","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/lucasctnh.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}},"created_at":"2019-09-02T01:27:06.000Z","updated_at":"2019-10-15T02:01:33.000Z","dependencies_parsed_at":"2023-05-30T17:30:18.433Z","dependency_job_id":null,"html_url":"https://github.com/lucasctnh/FCC-Exercise-Tracker","commit_stats":null,"previous_names":["lucasctnh/fcc-exercise-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasctnh/FCC-Exercise-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasctnh%2FFCC-Exercise-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasctnh%2FFCC-Exercise-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasctnh%2FFCC-Exercise-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasctnh%2FFCC-Exercise-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasctnh","download_url":"https://codeload.github.com/lucasctnh/FCC-Exercise-Tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasctnh%2FFCC-Exercise-Tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263140609,"owners_count":23419916,"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":["api","exercise-tracker","expressjs","freecodecamp-project","microservice","mongodb","mongoosejs","nodejs"],"created_at":"2024-11-30T00:16:07.426Z","updated_at":"2025-07-02T12:32:47.476Z","avatar_url":"https://github.com/lucasctnh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercise Tracker REST API\n\n#### A microservice project, part of Free Code Camp's curriculum\n\n### User Stories\n\n1. I can create a user by posting form data username to /api/exercise/new-user and returned will be an object with username and _id.\n2. I can get an array of all users by getting api/exercise/users with the same info as when creating a user.\n3. 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. Returned will the the user object with also with the exercise fields added.\n4. I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). Return will be the user object with added array log and count (total exercise count).\n5. I can retrieve part of the log of any user by also passing along optional parameters of from \u0026 to or limit. (Date format yyyy-mm-dd, limit = int)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasctnh%2Ffcc-exercise-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasctnh%2Ffcc-exercise-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasctnh%2Ffcc-exercise-tracker/lists"}