{"id":48617663,"url":"https://github.com/webceyhan/ng-heroes-app","last_synced_at":"2026-04-09T02:12:54.992Z","repository":{"id":37801849,"uuid":"450461948","full_name":"webceyhan/ng-heroes-app","owner":"webceyhan","description":"Angular Tour of Heroes Application","archived":false,"fork":false,"pushed_at":"2024-03-15T11:44:28.000Z","size":2163,"stargazers_count":1,"open_issues_count":26,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T19:17:51.796Z","etag":null,"topics":["angular","bootstrap","css","github-actions","heroku","html","javascript","nodejs","rest","typescript"],"latest_commit_sha":null,"homepage":"https://ng-heroes-app.onrender.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webceyhan.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-21T11:16:16.000Z","updated_at":"2023-12-24T19:40:17.000Z","dependencies_parsed_at":"2023-12-24T14:30:10.244Z","dependency_job_id":"f2c91209-d6c2-4a73-abe7-86bc103c0ca6","html_url":"https://github.com/webceyhan/ng-heroes-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webceyhan/ng-heroes-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-heroes-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-heroes-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-heroes-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-heroes-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webceyhan","download_url":"https://codeload.github.com/webceyhan/ng-heroes-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-heroes-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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","bootstrap","css","github-actions","heroku","html","javascript","nodejs","rest","typescript"],"created_at":"2026-04-09T02:12:54.877Z","updated_at":"2026-04-09T02:12:54.970Z","avatar_url":"https://github.com/webceyhan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- AUTOMATION BADGES --\u003e\n\n[![CodeQL](https://github.com/webceyhan/ng-heroes-app/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/webceyhan/ng-heroes-app/actions/workflows/github-code-scanning/codeql)\n\n\u003c!-- LOGO (OPTIONAL) --\u003e\n\u003cimg src=\"./src/assets/hero.png\" width=\"100px\"\u003e\n\n\u003c!-- HEADER ///////////////////////////////////////////////////////////// --\u003e\n\n# Angular Tour of Heroes Application\n\nThis is a sample application based on the famous tutorial `Tour of Heroes` from the official Angular website, which covers many aspects of the Angular Framework.\n\n\u003cbr\u003e\n\u003c!-- REQUIREMENTS /////////////////////////////////////////////////////// --\u003e\n\n## Requirements\n\nYou need to install the [Node.js](https://nodejs.dev/)\nand `npm` package manager first.\n\n\u003e Recommended IDE:\n\u003e [VSCode](https://code.visualstudio.com/) + [Angular Essentials](https://marketplace.visualstudio.com/items?itemName=johnpapa.angular-essentials)\n\n\u003cbr\u003e\n\u003c!-- INSTALLATION //////////////////////////////////////////////////////// --\u003e\n\n## Installation\n\n1. Clone the repository.\n    ```sh\n    git clone https://github.com/webceyhan/ng-heroes-app.git\n    ```\n2. Get inside the cloned project folder.\n    ```sh\n    cd ng-heroes-app\n    ```\n3. Install NPM packages.\n    ```sh\n    npm install\n    ```\n\n\u003cbr\u003e\n\u003c!-- USAGE /////////////////////////////////////////////////////////////// --\u003e\n\n## Usage\n\nYou can use following commands to do various task with the project.\n\n```sh\nnpm start               # run application\nnpm run serve           # start development server\nnpm run test            # run test suits\nnpm run build           # build for production\n```\n\n\u003e Take a look at the other scripts in [`package.json`](./package.json)\n\n\u003cbr\u003e\n\u003c!-- DEVELOPMENT ///////////////////////////////////////////////////////// --\u003e\n\n## Development\n\nRun `ng serve` for a dev server.\nNavigate to `http://localhost:4200`.\n\nThe app will automatically reload if you change any of the source files.\n\n\u003cbr\u003e\n\u003c!-- TESTING ///////////////////////////////////////////////////////////// --\u003e\n\n## Testing\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n\u003cbr\u003e\n\u003c!-- BUILDING //////////////////////////////////////////////////////////// --\u003e\n\n## Building\n\nRun `ng build` to build the project.\nThe build artifacts will be stored in the `dist/` directory.\nUse the `--configuration production` flag for a production build.\n\n\u003cbr\u003e\n\u003c!-- DEPLOYMENT ////////////////////////////////////////////////////////// --\u003e\n\n## Deployment (Render)\n\nProject is linked to [Render](https://render.com/) for deployment.\n\n\u003e It will automatically deploy the project to Render on every push.\n\n\u003cbr\u003e\n\u003c!-- REFERENCES ////////////////////////////////////////////////////////// --\u003e\n\n## References\n\n-   [Node.js](https://nodejs.dev/)\n-   [Angular](https://angular.io/)\n-   [Bootstrap](https://getbootstrap.com)\n-   [TypeScript](https://www.typescriptlang.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebceyhan%2Fng-heroes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebceyhan%2Fng-heroes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebceyhan%2Fng-heroes-app/lists"}