{"id":43925329,"url":"https://github.com/bcgov/eagle-admin","last_synced_at":"2026-04-03T00:20:38.998Z","repository":{"id":47331907,"uuid":"162646395","full_name":"bcgov/eagle-admin","owner":"bcgov","description":"EPIC Revision 2019 - Admin Frontend","archived":false,"fork":false,"pushed_at":"2026-02-06T22:18:21.000Z","size":107822,"stargazers_count":4,"open_issues_count":2,"forks_count":24,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2026-02-07T08:14:59.530Z","etag":null,"topics":["angular","bc-eao","eao","github-actions","openshift","rc-falcon-general","typescript"],"latest_commit_sha":null,"homepage":"https://projects.eao.gov.bc.ca/admin","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcgov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-21T00:44:32.000Z","updated_at":"2026-02-06T22:18:25.000Z","dependencies_parsed_at":"2024-01-11T01:00:16.590Z","dependency_job_id":"108d52c7-4d97-4498-bfe6-9f87a3bdbab9","html_url":"https://github.com/bcgov/eagle-admin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/bcgov/eagle-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Feagle-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Feagle-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Feagle-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Feagle-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/eagle-admin/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Feagle-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29924719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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","bc-eao","eao","github-actions","openshift","rc-falcon-general","typescript"],"created_at":"2026-02-06T23:05:30.669Z","updated_at":"2026-02-28T04:01:37.853Z","avatar_url":"https://github.com/bcgov.png","language":"TypeScript","readme":"# bcgov / eagle-admin\n\nAdmin site project for management of EPIC\n\n## Documentation\n\nAll documentation has been consolidated in the [Eagle Documentation Wiki](https://github.com/bcgov/eagle-dev-guides/wiki):\n\n* **[Architecture Overview](https://github.com/bcgov/eagle-dev-guides/wiki/Architecture-Overview)** - System components and request flow\n* **[Configuration Management](https://github.com/bcgov/eagle-dev-guides/wiki/Configuration-Management)** - ConfigService pattern and environment variables\n* **[Deployment Pipeline](https://github.com/bcgov/eagle-dev-guides/wiki/Deployment-Pipeline)** - CI/CD workflows and procedures\n* **[Helm Charts](https://github.com/bcgov/eagle-dev-guides/wiki/Helm-Charts)** - Kubernetes deployment configuration\n* **[Local Development](https://github.com/bcgov/eagle-dev-guides/wiki/Local-Development)** - Setting up your development environment\n* **[Rollback Procedures](https://github.com/bcgov/eagle-dev-guides/wiki/Rollback-Procedures)** - How to rollback deployments\n* **[Troubleshooting](https://github.com/bcgov/eagle-dev-guides/wiki/Troubleshooting)** - Common issues and solutions\n\n## Related projects\n\nEagle is a revision name of the EAO EPIC application suite.\n\nThese projects comprise EAO EPIC:\n\n* \u003chttps://github.com/bcgov/eagle-api\u003e\n* \u003chttps://github.com/bcgov/eagle-public\u003e\n* \u003chttps://github.com/bcgov/eagle-admin\u003e\n* \u003chttps://github.com/bcgov/eagle-mobile-inspections\u003e\n* \u003chttps://github.com/bcgov/eagle-reports\u003e\n* \u003chttps://github.com/bcgov/eagle-helper-pods\u003e\n* \u003chttps://github.com/bcgov/eagle-dev-guides\u003e\n\n## Pre-requisites\n\nBefore setting up the project, ensure you have **Node.js 24** installed. We recommend using [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) for easy Node.js version management.\n\nTo install nvm and Node.js 24 on Debian-based systems:\n\n```bash\n# Install nvm if you don't have it\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n\n# Load nvm (you may need to restart your terminal or run these commands)\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n[ -s \"$NVM_DIR/bash_completion\" ] \u0026\u0026 \\. \"$NVM_DIR/bash_completion\"\n\n# Install and use Node.js 24\nnvm install 24\nnvm use 24\n\n# Verify Node.js version\nnode -v  # Should output v24.x.x\n```\n\nOnce Node.js 24 is active, install project dependencies using Yarn:\n\n```bash\nyarn install\n```\n\n## Build, Lint, Test, and Run\n\nAfter installing Node.js 24 and project dependencies, you can use the following commands to work with the project:\n\n### Start the Development Server\n\n```bash\nyarn start\n```\nThis will start the webpack development server on port 4200. Visit [http://localhost:4200](http://localhost:4200) to view the application.\n\n### Build the Project\n\n```bash\nyarn build\n```\nThis will build the project for production. The build artifacts will be stored in the `dist/` directory.\n\n### Lint the Code\n\n```bash\nyarn lint\n```\nThis will lint your app code using ESLint and output any issues in a stylish format.\n\n### Run Unit Tests\n\n```bash\nyarn test\n```\nThis will run the unit tests in watch mode using Karma and Jasmine.\n\nTo run tests once in a CI environment (headless):\n\n```bash\nyarn test-ci\n```\n\n## CI/CD Pipeline\n\nSee the [Deployment Pipeline](https://github.com/bcgov/eagle-dev-guides/wiki/Deployment-Pipeline) documentation in the central wiki for complete CI/CD workflow information.\n\n\n## How to Contribute\n\nFeel free to create pull requests from the default \"develop\" branch, click here to create one automatically: \u003chttps://github.com/bcgov/eagle-admin/pull/new/develop\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Feagle-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Feagle-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Feagle-admin/lists"}