{"id":46158220,"url":"https://github.com/bcgov/reserve-rec-admin","last_synced_at":"2026-04-30T01:05:19.344Z","repository":{"id":243937369,"uuid":"813799096","full_name":"bcgov/reserve-rec-admin","owner":"bcgov","description":"For the Parks and Recreation Digital Transformation project.","archived":false,"fork":false,"pushed_at":"2026-03-26T22:36:50.000Z","size":4592,"stargazers_count":2,"open_issues_count":99,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-27T07:47:29.415Z","etag":null,"topics":["env","moe","nr","nrm"],"latest_commit_sha":null,"homepage":"","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":"2024-06-11T19:06:17.000Z","updated_at":"2026-03-26T22:36:54.000Z","dependencies_parsed_at":"2024-09-18T03:24:09.544Z","dependency_job_id":"8db008b4-1f71-41f0-8c0f-c9ae167751a5","html_url":"https://github.com/bcgov/reserve-rec-admin","commit_stats":null,"previous_names":["bcgov/reserve-rec-admin"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/bcgov/reserve-rec-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Freserve-rec-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Freserve-rec-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Freserve-rec-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Freserve-rec-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/reserve-rec-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Freserve-rec-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32193915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"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":["env","moe","nr","nrm"],"created_at":"2026-03-02T10:30:59.812Z","updated_at":"2026-04-23T19:01:34.349Z","avatar_url":"https://github.com/bcgov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReserveRecAdmin\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4300/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## 🧪 Sandbox Environments\n\nSandbox environments allow developers to deploy isolated personal environments for testing.\n\n### Quick Start\n\n```bash\n# 1. Setup - copies config from dev\n./scripts/sandbox-setup.sh \u003cyour-name\u003e\n\n# 2. Deploy\nSANDBOX_NAME=\u003cyour-name\u003e yarn sandbox:deploy\n\n# 3. Teardown when done\n./scripts/sandbox-teardown.sh \u003cyour-name\u003e\n```\n\n### Full Stack Deployment\n\nFor a complete sandbox environment, you must also deploy `reserve-rec-api` and `reserve-rec-public`. See the [reserve-rec-api README](https://github.com/bcgov/reserve-rec-api#-sandbox-environments) for full instructions.\n\n### Available Scripts\n\n| Script | Description |\n|--------|-------------|\n| `./scripts/sandbox-setup.sh \u003cname\u003e [base-env]` | Copy SSM configs and secrets from base environment |\n| `./scripts/sandbox-teardown.sh \u003cname\u003e` | Destroy CDK stacks and cleanup resources |\n| `yarn sandbox:deploy` | CDK deploy with SANDBOX_NAME env var |\n| `yarn sandbox:destroy` | CDK destroy with SANDBOX_NAME env var |\n\n# Deploying with CDK\n\nThe `cdk.json` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.\n\n## Useful commands\n\n* `npm run test`         perform the jest unit tests\n* `npx cdk deploy`       deploy this stack to your default AWS account/region\n* `npx cdk diff`         compare deployed stack with current state\n* `npx cdk synth`        emits the synthesized CloudFormation template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Freserve-rec-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Freserve-rec-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Freserve-rec-admin/lists"}