{"id":15190542,"url":"https://github.com/gaitherdb/fitness-tracker","last_synced_at":"2026-03-05T06:01:35.026Z","repository":{"id":173474012,"uuid":"413990002","full_name":"Gaitherdb/Fitness-Tracker","owner":"Gaitherdb","description":"A web application that allows a user to continue, create and track daily workouts using a MongoDB database utilizing the mongoose module.","archived":false,"fork":false,"pushed_at":"2021-10-09T03:06:43.000Z","size":2362,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T04:54:45.683Z","etag":null,"topics":["heroku-deployment","mongodb","mongoose-js"],"latest_commit_sha":null,"homepage":"","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/Gaitherdb.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-10-05T21:54:53.000Z","updated_at":"2021-10-23T03:02:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"25ffe98e-6fd4-420a-aa7d-b275822429fc","html_url":"https://github.com/Gaitherdb/Fitness-Tracker","commit_stats":null,"previous_names":["gaitherdb/fitness-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gaitherdb/Fitness-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaitherdb%2FFitness-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaitherdb%2FFitness-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaitherdb%2FFitness-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaitherdb%2FFitness-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gaitherdb","download_url":"https://codeload.github.com/Gaitherdb/Fitness-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaitherdb%2FFitness-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["heroku-deployment","mongodb","mongoose-js"],"created_at":"2024-09-27T20:41:30.236Z","updated_at":"2026-03-05T06:01:34.890Z","avatar_url":"https://github.com/Gaitherdb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fitness-Tracker\n  ## ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n\n  ## Description\n  A web application that allows a user to continue, create and track daily workouts. In order for users to reach their fitness goals quicker, a user can track and log multiple exercises a day by selecting a type of workout, while listing the details of the workout like name, distance, weight, sets, reps, or duration. View the logged exercises in a neat graph and track daily progress easily.\n\n  The application is hosted on a server and stores data on a MongoDB database. Makes use of a few node modules to make the development easier, including: Express, Mongoose, and Morgan. This app makes use of:\n  * Node.js and Express.js to create RESTful APIs\n  * MongoDB (noSQL) and Mongoose OMT for the database\n  * MongoDB aggregate function to dynamtically find the sum of select fields and add feilds\n  * GET, POST, and PUT routes to communiciate with the database \n\n  ## Table of Contents\n  * [Installation](#installation)\n  * [Usage](#usage)\n  * [License](#license)\n  * [Contributing](#contributing)\n  * [Questions](#questions)\n  \n  ## Installation\n  To install Node.js, follow the documentation [Node.js](https://coding-boot-camp.github.io/full-stack/nodejs/how-to-install-nodejs)\n\n  To install MongoDB, follow the documentation [MongoDB](https://docs.mongodb.com/manual/installation/)\n\n  To install necessary dependencies, run the following command: \n  ```\n  npm i\n  ```\n  \n  ## Usage\n  Access the webpage by going to the deployed site: [Fitness-Tracker](https://intense-river-35630.herokuapp.com/?id=615fad95b766510016e33241). \n\n  If you want to run this on a local server, set the path to the Fitness-Tracker folder in the terminal. Run `npm seed` to source the seeds folder, if you want preset data.  Then run the server.js file by typing `npm start`. Go to http://localhost:3000 to acesss the site.\n![fitnesslast](https://user-images.githubusercontent.com/83731627/136641337-ad28b7a0-87a8-43f5-a4e1-2f0721837716.png)\n![fitnessdashboard](https://user-images.githubusercontent.com/83731627/136641342-91337ff6-8c30-46ab-bc6f-6627b7a60e9d.png)\n![fitnesscreate](https://user-images.githubusercontent.com/83731627/136641348-5be5f088-6fdf-474b-b536-d1f20d75d1a4.png)\n\n  ## License  \n  This project is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n  ## Contributing\n   I am the sole author of this repo and I am not currently looking for contributors.\n\n  ## Questions\n  If you have any questions about the repo, open an issue or contact me directly at Gaitherdb@gmail.com. You can find more of my work at [Gaitherdb](https://github.com/Gaitherdb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaitherdb%2Ffitness-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaitherdb%2Ffitness-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaitherdb%2Ffitness-tracker/lists"}