{"id":31585062,"url":"https://github.com/nader-elganteery/dockerizeangularapp","last_synced_at":"2026-04-29T22:39:02.112Z","repository":{"id":313995957,"uuid":"1053741565","full_name":"Nader-Elganteery/DockerizeAngularApp","owner":"Nader-Elganteery","description":"A simple Angular application demonstrating Docker containerization with NGINX web server.","archived":false,"fork":false,"pushed_at":"2025-09-09T21:47:47.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-10T01:06:22.934Z","etag":null,"topics":["angular","docker","nginx","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Nader-Elganteery.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,"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":"2025-09-09T21:36:56.000Z","updated_at":"2025-09-09T22:09:15.000Z","dependencies_parsed_at":"2025-09-10T01:06:33.120Z","dependency_job_id":"d243602c-1e17-4b1c-883f-6c5f254c5ed9","html_url":"https://github.com/Nader-Elganteery/DockerizeAngularApp","commit_stats":null,"previous_names":["nader-elganteery/dockerizeangularapp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Nader-Elganteery/DockerizeAngularApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nader-Elganteery%2FDockerizeAngularApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nader-Elganteery%2FDockerizeAngularApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nader-Elganteery%2FDockerizeAngularApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nader-Elganteery%2FDockerizeAngularApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nader-Elganteery","download_url":"https://codeload.github.com/Nader-Elganteery/DockerizeAngularApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nader-Elganteery%2FDockerizeAngularApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547778,"owners_count":26004772,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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","docker","nginx","typescript"],"created_at":"2025-10-06T01:26:49.017Z","updated_at":"2025-10-06T01:26:53.873Z","avatar_url":"https://github.com/Nader-Elganteery.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DockerizeAngularApp\n\nA simple Angular application demonstrating how to containerize an Angular app with Docker.\n\n## About\n\nThis project contains a basic Angular application (built with Angular CLI 20.1.0) that has been configured to run in a Docker container using NGINX as the web server.\n\n## Docker Setup\n\n### Build the Docker Image\n\n```bash\ndocker build -t dockerize-angular-app .\n```\n\n### Run the Container\n\n```bash\ndocker run -d -p 4200:8080 --name helpdesk dockerize-angular-app\n```\n\nThe application will be available at `http://localhost:4200`\n\n### Stop the Container\n\n```bash\n# Find the container ID\ndocker ps\n\n# Stop the container\ndocker stop \u003ccontainer-id\u003e\n```\n\n## Local Development\n\nFor local development without Docker:\n\n```bash\nnpm install\nng serve\n```\n\nOpen `http://localhost:4200` in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnader-elganteery%2Fdockerizeangularapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnader-elganteery%2Fdockerizeangularapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnader-elganteery%2Fdockerizeangularapp/lists"}