{"id":25509274,"url":"https://github.com/autumnchris/exercise-tracker-api","last_synced_at":"2026-03-15T16:46:08.084Z","repository":{"id":126828084,"uuid":"152693764","full_name":"autumnchris/exercise-tracker-api","owner":"autumnchris","description":"An Express.js API that creates a username and gets a list of exercises for that unique username as well as logs new exercises.","archived":false,"fork":false,"pushed_at":"2025-03-21T16:53:56.000Z","size":337,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T14:17:02.759Z","etag":null,"topics":["api","css3","ejs","ejs-express","exercise-tracker","exercise-tracker-api","exercise-tracker-challenge","express","expressjs","freecodecamp","javascript","momentjs","mongodb","mongoose","mongoosejs","nodejs"],"latest_commit_sha":null,"homepage":"https://autumnchris-exercise-tracker-api.onrender.com/api","language":"EJS","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/autumnchris.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":"2018-10-12T04:23:44.000Z","updated_at":"2025-03-21T16:54:00.000Z","dependencies_parsed_at":"2025-01-08T23:16:14.870Z","dependency_job_id":"1be236a2-4c90-4564-87d3-7dfde96ef525","html_url":"https://github.com/autumnchris/exercise-tracker-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autumnchris/exercise-tracker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Fexercise-tracker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Fexercise-tracker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Fexercise-tracker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Fexercise-tracker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autumnchris","download_url":"https://codeload.github.com/autumnchris/exercise-tracker-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Fexercise-tracker-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30546825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: 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":["api","css3","ejs","ejs-express","exercise-tracker","exercise-tracker-api","exercise-tracker-challenge","express","expressjs","freecodecamp","javascript","momentjs","mongodb","mongoose","mongoosejs","nodejs"],"created_at":"2025-02-19T08:54:44.924Z","updated_at":"2026-03-15T16:46:08.050Z","avatar_url":"https://github.com/autumnchris.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercise Tracker API\n\nAn Express.js API that creates a username and gets a list of exercises for that unique username as well as logs new exercises.\n\nInspired by the [Exercise Tracker challenge](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/exercise-tracker) as part of the curriculum for the [Back End Development and APIs Certification](https://www.freecodecamp.org/learn/back-end-development-and-apis) on [freeCodeCamp](https://www.freecodecamp.org).\n\n---\n\n## Built With\n* [Express.js](https://expressjs.com)\n* [Node.js](https://nodejs.org/en)\n* [Mongoose](https://mongoosejs.com)\n* [MongoDB](https://www.mongodb.com)\n* [EJS](https://ejs.co)\n* HTML5\n* CSS3\n* JavaScript\n* Vanilla JS\n* [Moment.js](https://momentjs.com)\n* [validator.js](https://github.com/validatorjs/validator.js)\n* [dotenv](https://github.com/motdotla/dotenv)\n* [Normalize.css](https://necolas.github.io/normalize.css)\n* [Google Fonts](https://fonts.google.com)\n* [FontAwesome](https://fontawesome.com)\n* [nodemon](https://nodemon.io)\n\n## Demo\n\nView project demo at [https://autumnchris-exercise-tracker-api.onrender.com/api](https://autumnchris-exercise-tracker-api.onrender.com/api).\n\n## Instructions\n\nAfter forking and cloning, navigate to the repository in your command line and install the NPM packages:\n```\nnpm install\n```\n\nCreate a `.env` file in the root of the repository and add the following environment variables:\n```\nMONGO_URI=\u003cyour-mongodb-uri\u003e\n```\n\nRun the following script in your command line if starting the repository in development mode:\n```\nnpm run dev\n```\n\nRun the following script in your command line if starting the repository in production mode:\n```\nnpm start\n```\n\nOnce the server is running, go to `http://localhost:3000` in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Fexercise-tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautumnchris%2Fexercise-tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Fexercise-tracker-api/lists"}