{"id":51613118,"url":"https://github.com/ultimatecourses/ultimate-angular-master-seed","last_synced_at":"2026-07-12T10:30:24.579Z","repository":{"id":75021779,"uuid":"66204126","full_name":"ultimatecourses/ultimate-angular-master-seed","owner":"ultimatecourses","description":"Seed project for the \"Ultimate Angular 1.x Pro\" course.","archived":false,"fork":false,"pushed_at":"2020-02-08T09:48:39.000Z","size":310,"stargazers_count":73,"open_issues_count":2,"forks_count":141,"subscribers_count":11,"default_branch":"master","last_synced_at":"2023-10-20T23:35:42.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ultimatecourses.com","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/ultimatecourses.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}},"created_at":"2016-08-21T14:52:50.000Z","updated_at":"2023-10-20T23:35:43.153Z","dependencies_parsed_at":null,"dependency_job_id":"22944f93-efd0-4e39-8ee4-1a3b0418a032","html_url":"https://github.com/ultimatecourses/ultimate-angular-master-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/ultimatecourses/ultimate-angular-master-seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimatecourses%2Fultimate-angular-master-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimatecourses%2Fultimate-angular-master-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimatecourses%2Fultimate-angular-master-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimatecourses%2Fultimate-angular-master-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultimatecourses","download_url":"https://codeload.github.com/ultimatecourses/ultimate-angular-master-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimatecourses%2Fultimate-angular-master-seed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35390360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"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":[],"created_at":"2026-07-12T10:30:23.448Z","updated_at":"2026-07-12T10:30:24.564Z","avatar_url":"https://github.com/ultimatecourses.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://ultimatecourses.com\" target=\"_blank\"\u003e\u003cimg src=\"https://ultimatecourses.com/static/banners/ultimate-angularjs-leader.svg\"\u003e\u003c/a\u003e\n\n# Ultimate Angular: Pro App\n\n\u003e This repo serves as the seed project for the Ultimate Angular 1.x Pro course as well as the final solution in a separate branch, come and [learn advanced Angular](https://ultimatecourses.com/learn/angularjs-pro) 1.5 architecture and components!\n\n[Setup and install](#setup-and-install) |\n[Tasks](#tasks) |\n[Firebase Rules](#firebase-rules) |\n[Resources](#resources)\n\n----\n\n## Live demo of app\n\n[Here's the app](https://contacts-manager-e486f.firebaseapp.com) you're about to build, check it out! Create a user or login to get started with the contacts manager.\n\n## Setup and install\n\nFork this repo from inside GitHub so you can commit directly to your account, or simply download the `.zip` bundle with the contents inside.\n\n#### Dependency installation\n\nDuring the time building this project, you'll need development dependencies of which run on Node.js, follow the steps below for setting everything up (if you have some of these already, skip to the next step where appropriate):\n\n1. Download and install [Node.js here](https://nodejs.org/en/download/) for Windows or for Mac.\n2. Install Firebase CLI on the command-line with `npm install -g firebase-tools`\n3. Install Gulp CLI on the command-line with `npm install -g gulp`\n\nThat's about it for tooling you'll need to run the project, let's move onto the project install.\n\n#### Project installation and server\n\nNow you've pulled down the repo and have everything setup, you'll need to `cd` into the directory that you cloned the repo into and run some quick tasks:\n\n```\ncd \u003cmaster-seed-app-folder\u003e\nnpm install\n```\n\nThis will then setup all the development and production dependencies we need.\n\nNow simply run this to boot up the server:\n\n```\nnpm start\n```\n\nEverything you do will be inside of `/src`, and everything is compiled and outputted inside `/dist`, this is the same for both local development and deployment.\n\n## Tasks\n\nA quick reminder of all tasks available:\n\n#### Running the local server\n\n```\nnpm start\n```\n\n#### Running the tests\n\n```\nnpm test\n```\n\n#### Deploying to Firebase\n\nYou'll need to ensure you're logged into Firebase first (if you are prompted, otherwise skip to next step):\n\n```\nfirebase login\n```\n\nTo deploy:\n\n```\nnpm run deploy\n```\n\nThis will then use the `gulpfile.babel.js` tasks to build the project and deploy it all fully minified to your Firebase account. You'll then be shown the full URL of your project in the terminal for viewing your live app!\n\n## Firebase rules\n\nYou can copy and paste this into your `database.rules.json` file generated by Firebase:\n\n```json\n{\n  \"rules\": {\n    \".read\": true,\n    \"contacts\": {\n      \"$uid\": {\n        \".read\": \"$uid === auth.uid\",\n        \".write\": \"$uid === auth.uid\"\n      }\n    }\n  }\n}\n```\n\n## Resources\n\nThere are several resources used inside this project, of which you can read further about to dive deeper or understand in more detail what they are:\n\n* [Firebase Docs](https://firebase.google.com/docs/)\n* [Firebase CLI](https://firebase.google.com/docs/cli/)\n* [AngularFire Repo/Docs](https://github.com/firebase/angularfire)\n* [npm](https://www.npmjs.com/)\n* [Gulp.js](http://gulpjs.com)\n* [ui-router](https://github.com/angular-ui/ui-router)\n* [ngAnnotate](https://github.com/olov/ng-annotate)\n* [ngTemplateCache](https://github.com/miickel/gulp-angular-templatecache)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimatecourses%2Fultimate-angular-master-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultimatecourses%2Fultimate-angular-master-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimatecourses%2Fultimate-angular-master-seed/lists"}