{"id":16368657,"url":"https://github.com/msanvarov/angular-fitness-manager","last_synced_at":"2026-04-14T15:32:15.247Z","repository":{"id":104184640,"uuid":"528178340","full_name":"msanvarov/angular-fitness-manager","owner":"msanvarov","description":"Fitness manager app designed for a Angular bootcamp in explaining different angular concepts","archived":false,"fork":false,"pushed_at":"2022-08-25T21:19:16.000Z","size":409,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-24T05:35:35.776Z","etag":null,"topics":["angular","compodoc","docker","firebase","fitness-manager","nx"],"latest_commit_sha":null,"homepage":"https://fitness-61884.web.app/","language":"TypeScript","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/msanvarov.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":"2022-08-23T22:09:58.000Z","updated_at":"2023-07-03T05:02:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1d826fb-bc1e-4203-8c71-59a397b8061b","html_url":"https://github.com/msanvarov/angular-fitness-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msanvarov/angular-fitness-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msanvarov%2Fangular-fitness-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msanvarov%2Fangular-fitness-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msanvarov%2Fangular-fitness-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msanvarov%2Fangular-fitness-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msanvarov","download_url":"https://codeload.github.com/msanvarov/angular-fitness-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msanvarov%2Fangular-fitness-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["angular","compodoc","docker","firebase","fitness-manager","nx"],"created_at":"2024-10-11T02:53:25.224Z","updated_at":"2026-04-14T15:32:15.230Z","avatar_url":"https://github.com/msanvarov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFitness Manager\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://angular.io/\" target=\"blank\"\u003e\u003cimg src=\"https://angular.io/assets/images/logos/angular/angular.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eFitness Manager is an app built with Angular to plan meals and workouts.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/msanvarov/fitness-manager/actions/workflows/firebase-hosting-merge.yml\"\u003e\n    \u003cimg src=\"https://github.com/msanvarov/fitness-manager/actions/workflows/firebase-hosting-merge.yml/badge.svg\" alt=\"CI status for main branch\" /\u003e\n  \u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/msanvarov/fitness-manager/actions/workflows/firebase-hosting-pull-request.yml\"\u003e\n    \u003cimg src=\"https://github.com/msanvarov/fitness-manager/actions/workflows/firebase-hosting-pull-request.yml/badge.svg\" alt=\"CI status for PRs\" /\u003e\n  \u003c/a\u003e\u0026nbsp;\n\u003c/p\u003e\n\nTable of Contents:\n\n[Description](#-description) |\n[Prerequisites](#%EF%B8%8F-prerequisites) |\n[Deployment](#-deployment) |\n[Testing](#-testing) |\n[TypeDocs](#-typedocs) |\n[Progress](#-progress) |\n[Resources](#-resources)\n\n🔎 This repo was created with [Nx](https://nx.dev/).\n\n### 📚 Description\n\nThis Angular application is made to cover a variety of Angular topics/concepts. It comes with authentication, logging, security, and database features out of the box (mainly thanks to [AngularFire](https://github.com/angular/angularfire)).\n\n\u003e Please refer to the [CONCEPTS.md file](CONCEPTS.md) for a list of topics covered.\n\n---\n\n### 🛠️ Prerequisites\n\n#### Non Docker\n\n- Please make sure to have [Node.js](https://nodejs.org/en/download/) (16+) locally by downloading the Javascript runtime via `brew`, `choco`, or `apt-get`.\n\n#### Docker 🐳\n\n- Please make sure to have [Docker Desktop](https://www.docker.com/products/docker-desktop/) operational to quickly compose the required dependencies. Then follow the docker procedure outlined below.\n\n---\n\n### 🚀 Deployment\n\n#### Manual Deployment without Docker\n\n- Download dependencies using `npm i` or `yarn`.\n\n- Start the app in development mode by using `npm run start` (the app will be exposed on port 4200; not to conflict with other frontend framework/library ports).\n\n\u003cdetails open\u003e\n\u003csummary\u003eOptional: Change to personal Firebase project\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003e Remark: I created a Firebase project for this app to enable ease of use (thus running the application should work out of the box) but there are limitations. It is free-tiered and once the quota is reached, the project will be disabled.\n\n- [Create a Firebase project](https://cloud.google.com/firestore/docs/client/get-firebase).\n- Onboard the created Firebase project with `npx nx g @angular/fire:ng-add`. This command will prompt a Firebase login and ask to select a Firebase project. Following the rest of the prompts can provide hassle-free configuration.\n\u003c/details\u003e\n\n#### Deploying with Docker 🐳\n\n- Execute the following command in-app directory:\n\n```bash\n# creates and loads the docker container in detached mode with the required configuration\n$ docker-compose up -d\n```\n\n- The following command will download dependencies and execute the web application on http://localhost:4200.\n\n---\n\n### ✅ Testing\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n---\n\n### 💡 TypeDocs\n\nThe documentation for this application can be viewed via the command `npm run compodoc`.\n\nThis command will produce a **documentation folder** with the required front-end files and **start hosting on [localhost:3000](http://localhost:3000/)**.\n\n---\n\n### 🏗️ Progress\n\n|                                                         Branches | Status |\n| ---------------------------------------------------------------: | :----- |\n|             [main](https://github.com/msanvarov/fitness-manager) | ✅     |\n| [feat/\\*](https://github.com/msanvarov/fitness-manager/branches) | 🚧     |\n\n---\n\n### 👥 Support\n\nPRs are appreciated, I fully rely on the passion ❤️ of the OS developers.\n\n---\n\n### 📖 Resources\n\nFurther resources to provide further insight into Angular and Firebase:\n\n- [Angular](https://angular.io)\n- [Nx Docs](https://nx.dev/getting-started/intro)\n- [Firebase Docs](https://firebase.google.com/docs/)\n- [Firebase CLI](https://firebase.google.com/docs/cli/)\n- [AngularFire Repo/Docs](https://github.com/angular/angularfire)\n\n---\n\n### 📇 License\n\nThe fitness manager app is [MIT licensed](LICENSE).\n\n[Author](https://sal-anvarov.tech/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsanvarov%2Fangular-fitness-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsanvarov%2Fangular-fitness-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsanvarov%2Fangular-fitness-manager/lists"}