{"id":16227458,"url":"https://github.com/simonaco/puppies","last_synced_at":"2026-01-20T18:56:31.708Z","repository":{"id":52211746,"uuid":"132296114","full_name":"simonaco/puppies","owner":"simonaco","description":"Best Puppies App","archived":false,"fork":false,"pushed_at":"2021-05-05T01:01:07.000Z","size":219,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T16:06:37.790Z","etag":null,"topics":["angular","azure","cosmosdb","mongodb"],"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/simonaco.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":"2018-05-06T01:04:28.000Z","updated_at":"2020-08-18T01:44:02.000Z","dependencies_parsed_at":"2022-09-11T02:01:25.740Z","dependency_job_id":null,"html_url":"https://github.com/simonaco/puppies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fpuppies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fpuppies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fpuppies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonaco%2Fpuppies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonaco","download_url":"https://codeload.github.com/simonaco/puppies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721900,"owners_count":20985084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","azure","cosmosdb","mongodb"],"created_at":"2024-10-10T12:52:51.091Z","updated_at":"2026-01-20T18:56:31.674Z","avatar_url":"https://github.com/simonaco.png","language":"TypeScript","readme":"# Angular Cosmos DB\n\nOriginal project by [John Papa](http://twitter.com/john_papa)\n\nYou are viewing a fork adapted by [Simona Cotin](http://twitter.com/simona_cotin)\n\nYou can [watch John Papa build the app as part of his series here](https://johnpapa.net/angular-cosmosdb-1/)\n\nYou can [view all videos together here](/VIDEOS.md)\n\n[Learn more about developing Node.js apps with Azure's cloud services here](https://docs.microsoft.com/en-us/nodejs/azure)\n\n## Docker\n\nCreate the Docker image and run it locally\n\n```bash\ndockerImage=angular-cosmosdb\ndocker build -t $dockerImage .\ndocker run -d -p 3000:80 $dockerImage\n```\n\n## Requirements\n\n1. Install the Angular CLI\n\n   ```bash\n   npm install -g @angular/cli\n   ```\n\n1. Install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)\n\n## Getting Started\n\n1. Clone this repository\n\n   ```bash\n   git clone https://github.com/simonaco/puppies\n   cd puppies\n   ```\n\n1. Install the npm packages\n\n   ```bash\n   npm i\n   ```\n\n1. Configure Cosmos DB server settings\n\n   Rename the `example-environment.js` file to `environment.js` in the `server/env/` folder and update it with your Cosmos DB settings. Replace the database name key, and port with your specific configuration.\n\n   ```javascript\n   // server/env/environment.js\n   const cosmosPort = 1234; // replace with your port\n   const dbName = 'your-cosmos-db-name-goes-here';\n   const key = 'your-key-goes-here';\n\n   module.exports = {\n     cosmosPort,\n     dbName,\n     key\n   };\n   ```\n\n## Running the app\n\n1. Build the Angular app\n\n   ```bash\n   ng build\n   ```\n\n1. Launch the server\n\n   ```bash\n   node src/server/index.js\n   ```\n\n1. Open the browser to http://localhost:3000\n\n## Problems or Suggestions\n\n[Open an issue here](https://github.com/simonaco/puppies/issues)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fpuppies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonaco%2Fpuppies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonaco%2Fpuppies/lists"}