{"id":15960388,"url":"https://github.com/satantime/nx-nestjs-angular-graphql","last_synced_at":"2025-07-09T10:33:43.554Z","repository":{"id":37021961,"uuid":"333892664","full_name":"satanTime/nx-nestjs-angular-graphql","owner":"satanTime","description":"An example of Nx NestJS Angular and GraphQL","archived":false,"fork":false,"pushed_at":"2025-07-07T19:39:44.000Z","size":24038,"stargazers_count":6,"open_issues_count":213,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T22:37:29.937Z","etag":null,"topics":["angular","boilerplate","graphql","guide","nestjs","nx","template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satanTime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"satanTime"}},"created_at":"2021-01-28T19:44:37.000Z","updated_at":"2025-02-12T14:32:54.000Z","dependencies_parsed_at":"2024-11-07T01:17:25.259Z","dependency_job_id":"9787de6a-f308-4657-acb6-f0026f94fedb","html_url":"https://github.com/satanTime/nx-nestjs-angular-graphql","commit_stats":{"total_commits":893,"total_committers":3,"mean_commits":297.6666666666667,"dds":0.03695408734602468,"last_synced_commit":"3882b93727a9cecf429aa0c592523617125bebcc"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/satanTime/nx-nestjs-angular-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satanTime%2Fnx-nestjs-angular-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satanTime%2Fnx-nestjs-angular-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satanTime%2Fnx-nestjs-angular-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satanTime%2Fnx-nestjs-angular-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satanTime","download_url":"https://codeload.github.com/satanTime/nx-nestjs-angular-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satanTime%2Fnx-nestjs-angular-graphql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264440511,"owners_count":23608720,"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","boilerplate","graphql","guide","nestjs","nx","template"],"created_at":"2024-10-07T15:02:23.808Z","updated_at":"2025-07-09T10:33:43.526Z","avatar_url":"https://github.com/satanTime.png","language":"TypeScript","funding_links":["https://github.com/sponsors/satanTime"],"categories":[],"sub_categories":[],"readme":"# Dockerized Nx application with NestJS and Angular which are connected via Graphql and NGRX\n\nThe repo provides:\n\n- a preconfigured [Nx](https://nx.dev) application\n- which uses [NestJS](https://nestjs.com) and [Angular](https://angular.io)\n- has configured unit and e2e tests\n- and is ready for [CircleCI](https://circleci.com) CI/CD integration\n\n## Docker\n\nTo run the application, please ensure that you have [docker](https://www.docker.com) and [docker-compose](https://docs.docker.com/compose/) installed locally.\n\n1. Then simply execute\n\n   ```shell\n   docker-compose up --build\n   ```\n\n1. Wait a bit until [backend](./apps/ct-backend) and [frontend](./apps/ct-frontend) have been successfully compiled\n\n1. Open [http://localhost](http://localhost) in a browser\n\n1. Profit\n\n## Nx\n\n[Nx](https://nx.dev) is backed with:\n\n- [Shared entity models](./libs/ct-models/src) to have consistency on [frontend](./apps/ct-frontend) and [backend](./apps/ct-backend)\n\n* [RenovateBot](https://www.whitesourcesoftware.com/free-developer-tools/renovate) to update dependencies\n* [ESLint](https://eslint.org) to lint [frontend](./apps/ct-frontend) and [backend](./apps/ct-backend)\n* [Prettier](https://prettier.io) to format files on save\n* [Husky](https://typicode.github.io/husky) to format files on commit\n\n## NestJS\n\n[NestJS](https://nestjs.com) is backed with:\n\n- [express](https://expressjs.com) and [helmet](https://helmetjs.github.io) to handle requests\n- [TypeORM](https://typeorm.io) and [MySQL](https://www.mysql.com) to manage entities\n- [GraphQL](https://www.graphql.com) and [code first](https://docs.nestjs.com/graphql/quick-start#code-first) approach\n- Unit tests via [Jest](https://jestjs.io) with [CircleCI](https://circleci.com)\n\n## Angular\n\n[Angular](https://angular.io) is backed with:\n\n- [NGRX](https://ngrx.io) to store and select entities\n- [Apollo Angular](https://apollo-angular.com) to support [GraphQL](https://www.graphql.com)\n- [ngrx-entity-relationship](https://ngrx-entity-relationship.sudo.eu) to manage entities with their relationships\n- Unit tests via [jasmine](https://jasmine.github.io) and [Karma](https://karma-runner.github.io) with [CircleCI](https://circleci.com) and [Puppeteer](https://pptr.dev)\n- E2E tests via [Protractor](https://www.protractortest.org/) with [CircleCI](https://circleci.com) and [Puppeteer](https://pptr.dev)\n- [ng-mocks](https://ng-mocks.sudo.eu) to mock dependencies in tests\n\n## SSO\n\n[Keycloak](https://https://www.keycloak.org) is backed with:\n\n- An app user with a username `user` and a password `user`\n- A master user with a username `admin` and a password `admin` on [http://localhost/auth/admin](http://localhost/auth/admin)\n\n## Email Catcher\n\n[smtp4dev](https://github.com/rnwood/smtp4dev#readme) which can be accessed on [http://localhost/tools/emails/](http://localhost/tools/emails/)\n\n## CircleCi\n\n[CircleCI](https://circleci.com) is backed with:\n\n- Checking lint on [frontend](./apps/ct-frontend)\n- Executing unit tests on [frontend](./apps/ct-frontend) and collecting reports via `junit.xml` and `lcov.info`\n- Executing [E2E tests](./apps/ct-frontend-e2e) on [frontend](./apps/ct-frontend) and collecting reports via `junit.xml`\n- Building [frontend](./apps/ct-frontend)\n\n* Checking lint on [backend](./apps/ct-backend)\n* Executing unit tests on [backend](./apps/ct-backend) and collecting reports via `junit.xml` and `lcov.info`\n* Building [backend](./apps/ct-backend)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatantime%2Fnx-nestjs-angular-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatantime%2Fnx-nestjs-angular-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatantime%2Fnx-nestjs-angular-graphql/lists"}