{"id":48617657,"url":"https://github.com/webceyhan/ng-comic-book","last_synced_at":"2026-04-09T02:12:54.898Z","repository":{"id":37785886,"uuid":"270766570","full_name":"webceyhan/ng-comic-book","owner":"webceyhan","description":"DC version of \"Tour-of-Heroes\" built with Angular + Firestore database","archived":false,"fork":false,"pushed_at":"2023-03-07T06:27:29.000Z","size":1948,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T19:17:52.010Z","etag":null,"topics":["angular","bootstrap","css","firebase","firestore","github-actions","html","javascript","nodejs","nosql","rxjs","typescript"],"latest_commit_sha":null,"homepage":"https://comic-book-95862.web.app","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/webceyhan.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":"2020-06-08T17:46:41.000Z","updated_at":"2023-08-22T11:06:31.000Z","dependencies_parsed_at":"2023-02-18T14:16:18.770Z","dependency_job_id":null,"html_url":"https://github.com/webceyhan/ng-comic-book","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webceyhan/ng-comic-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-comic-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-comic-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-comic-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-comic-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webceyhan","download_url":"https://codeload.github.com/webceyhan/ng-comic-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webceyhan%2Fng-comic-book/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","firebase","firestore","github-actions","html","javascript","nodejs","nosql","rxjs","typescript"],"created_at":"2026-04-09T02:12:54.702Z","updated_at":"2026-04-09T02:12:54.883Z","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-comic-book/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/webceyhan/ng-comic-book/actions/workflows/codeql-analysis.yml)\n[![Deploy to Firebase](https://github.com/webceyhan/ng-comic-book/actions/workflows/firebase.yml/badge.svg)](https://github.com/webceyhan/ng-comic-book/actions/workflows/firebase.yml)\n\n\u003c!-- LOGO (OPTIONAL) --\u003e\n\u003c!-- \u003cimg src=\"./src/assets/hero.png\" width=\"100px\"\u003e --\u003e\n\n\n\u003c!-- HEADER ///////////////////////////////////////////////////////////// --\u003e\n\n# Angular ComicBook Application\n\nThis is a sample application based on DC version of the famous tutorial `Tour of Heroes` from the official Angular website, which covers many aspects of the Angular Framework using Firestore database as backend.\n\n[View Demo](https://comic-book-95862.web.app) |\n[Report Issue](https://github.com/webceyhan/ng-comic-book/issues) |\n[Request Feature](https://github.com/webceyhan/ng-comic-book/pulls) |\n[@webceyhan](https://twitter.com/webceyhan)\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-comic-book.git\n    ```\n2. Get inside the cloned project folder.\n    ```sh\n    cd ng-comic-book\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               # 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. Navigate to `http://localhost:4200/`. The 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 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\u003cbr\u003e\n\u003c!-- BUILDING //////////////////////////////////////////////////////////// --\u003e\n\n## Building\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n\u003cbr\u003e\n\u003c!-- DEPLOYMENT ////////////////////////////////////////////////////////// --\u003e\n\n## Deployment (Firebase)\n\nA GitHub Action will automatically deploy the project to Firebase on every push.\n\n\u003e See the details in [.github/workflows/firebase.yml](./.github/workflows/firebase.yml)\n\n1. Create a [Firebase](https://firebase.google.com/) account.\n\n2. Install the `firebase-cli` globally.\n\n    ```sh\n    npm install -g firebase-tools\n    ```\n\n3. Initialize new Firebase project inside your project folder.\n\n    ```sh\n    firebase init\n    \n    # Configure files for Firebase Hosting and (optionally) st up GitHub Action deploys\n\n        # ? What do you want to use as your public directory? dist\n\n        # ? Configure as a single-page app (rewrite all urls to /index.html)? Yes\n\n        # ? Set up automatic builds and deploys with GitHub? Yes\n\n        # ? File dist/index.html already exists. Overwrite? No\n\n        # ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) webceyhan/vue-splendid-food\n\n        # ? Set up the workflow to run a build script before every deploy? Yes\n    ```\n\n    \u003e This will create a new application on Firebase cloud, a firebase.json configuration for hosting and a GitHub Action for deployment, inside your project folder.\n\n    \u003e It also generates the required secrets in your GitHub repository as follows;\n\n    ```yaml\n    FIREBASE_SERVICE_ACCOUNT_COMIC_BOOK_95862\n    ```\n\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-   [Firestore](https://firebase.google.com/products/firestore)\n-   [GitHub Actions](https://docs.github.com/en/actions)\n    -   [Firebase](https://firebase.google.com/)\n    -   [action-hosting-deploy](https://github.com/FirebaseExtended/action-hosting-deploy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebceyhan%2Fng-comic-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebceyhan%2Fng-comic-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebceyhan%2Fng-comic-book/lists"}