{"id":22360138,"url":"https://github.com/ilyasahmedshaikh/mumm-app","last_synced_at":"2026-04-19T14:32:17.117Z","repository":{"id":52573981,"uuid":"344437200","full_name":"ilyasahmedshaikh/mumm-app","owner":"ilyasahmedshaikh","description":"mumm app","archived":false,"fork":false,"pushed_at":"2021-04-25T12:23:09.000Z","size":3093,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T20:03:59.767Z","etag":null,"topics":["angular","firebase"],"latest_commit_sha":null,"homepage":"","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/ilyasahmedshaikh.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}},"created_at":"2021-03-04T10:35:25.000Z","updated_at":"2021-04-25T12:23:12.000Z","dependencies_parsed_at":"2022-09-23T12:40:32.374Z","dependency_job_id":null,"html_url":"https://github.com/ilyasahmedshaikh/mumm-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilyasahmedshaikh/mumm-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasahmedshaikh%2Fmumm-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasahmedshaikh%2Fmumm-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasahmedshaikh%2Fmumm-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasahmedshaikh%2Fmumm-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyasahmedshaikh","download_url":"https://codeload.github.com/ilyasahmedshaikh/mumm-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyasahmedshaikh%2Fmumm-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","firebase"],"created_at":"2024-12-04T15:29:16.628Z","updated_at":"2026-04-19T14:32:17.099Z","avatar_url":"https://github.com/ilyasahmedshaikh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mumm\nMumm App\n\n# Serve ng App on port\nng serve --host 0.0.0.0 --disable-host-check\n\n# Reactive Forms\nhttps://www.digitalocean.com/community/tutorials/angular-reactive-forms-introduction\n\n# Implementing global loader Interceptor for Http Calls\nhttps://gist.github.com/578b047ca6734dfcf9c63ce5f92bf7ae\n\n# Http Token Interceptor angular\nhttps://gist.github.com/muhammadawaisshaikh/40dff47dd24ed87772b2c0daad57b634\n\n\n# AngularFire\nhttps://github.com/angular/angularfire\nhttps://github.com/angular/angularfire/blob/master/docs/install-and-setup.md\n\n# firebase REST Api setup\nhttps://documenter.getpostman.com/view/5843861/T1DmCe1D#231abe0c-61a9-4fba-94a9-355765dfa730\n\n# AngularFire Collections\nhttps://github.com/angular/angularfire/blob/master/docs/firestore/collections.md\n\n# Angular Firestore CRUD\nhttps://blog.logrocket.com/creating-a-crud-firebase-documents-in-angular/\n\n# Angular Firestore Collection Querying\nhttps://github.com/angular/angularfire/blob/master/docs/firestore/querying-collections.md\n\n# Angular Fire Storage - Image Upload\nhttps://github.com/angular/angularfire/blob/master/docs/storage/storage.md\n\n# Angular Firestore Auth\nhttps://github.com/angular/angularfire/blob/master/docs/auth/getting-started.md\nhttps://medium.com/javascript-in-plain-english/how-to-add-firebase-authentication-to-pwa-or-angular-project-using-angularfire-83a8f61d367c\n\n# github pages - live deploy\nhttps://medium.com/tech-insights/how-to-deploy-angular-apps-to-github-pages-gh-pages-896c4e10f9b4\n\n# Angular/Fire Push PWA\nhttps://medium.com/mighty-ghost-hack/angular-8-firebase-cloud-messaging-push-notifications-cc80d9b36f82\n\n# Get updated work from orignal to forked repo:\n\n## set Upstream with Parent:\ngit remote add upstream https://github.com/ilyasahmedshaikh/mumm-app.git\n\n## Fetch Forked Repo\ngit fetch upstream\n\n## Rebase your repo/branch with parent one\ngit rebase upstream/main\n\n## push the updated got changes with your repo/branch\ngit push origin main\n\n# gh-pages (Build)\nhttps://www.geeksforgeeks.org/deployment-of-angular-application-using-github-pages/\n\n## 1. Production Build the Application using:\n\u003e ng build --prod --base-href \"https://ilyasahmedshaikh.github.io/mumm-app/\"\n\n## 2. create the gh-pages branch, also upload the build and bundled code to this branch using :\n\u003e ngh --dir dist/Mumm","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasahmedshaikh%2Fmumm-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyasahmedshaikh%2Fmumm-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyasahmedshaikh%2Fmumm-app/lists"}