{"id":21371938,"url":"https://github.com/formysister/angular-contacts-app","last_synced_at":"2026-04-07T07:45:36.536Z","repository":{"id":197591578,"uuid":"698946900","full_name":"formysister/angular-contacts-app","owner":"formysister","description":"Contacts App example built by Angular","archived":false,"fork":false,"pushed_at":"2023-10-01T13:28:13.000Z","size":174,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T15:28:26.901Z","etag":null,"topics":["angular","docker","nestjs","nginx","nodejs","sass","typescript"],"latest_commit_sha":null,"homepage":"","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/formysister.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},"funding":{"github":["avatsaev"]}},"created_at":"2023-10-01T13:23:11.000Z","updated_at":"2025-07-22T10:57:40.000Z","dependencies_parsed_at":"2023-10-01T15:25:02.986Z","dependency_job_id":null,"html_url":"https://github.com/formysister/angular-contacts-app","commit_stats":null,"previous_names":["formysister/angular-contacts-app","moneroid/angular-contacts-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/formysister/angular-contacts-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fangular-contacts-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fangular-contacts-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fangular-contacts-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fangular-contacts-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formysister","download_url":"https://codeload.github.com/formysister/angular-contacts-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formysister%2Fangular-contacts-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","nestjs","nginx","nodejs","sass","typescript"],"created_at":"2024-11-22T08:16:49.350Z","updated_at":"2026-04-07T07:45:36.500Z","avatar_url":"https://github.com/formysister.png","language":"TypeScript","funding_links":["https://github.com/sponsors/avatsaev"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://i.imgur.com/R2NlsFd.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n# Full Stack Angular PWA app with NgRx Store, Effects (HTTP+WebSockets), Entity \u0026 NestJS\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\n\n\n**Backend is available here: https://github.com/formysister/angular-contacts-app\n\n\n**DEMO: https://angular-contacts-ngrx.surge.sh**\n\nThis application uses [@ngrx/store](https://github.com/ngrx/platform/blob/master/docs/store/README.md) to manage application state, and [@ngrx/effects](https://github.com/ngrx/platform/blob/master/docs/effects/README.md) to manange side effects (http+sockets), It also uses NgRx fractal state management to leverage lazy loading of reducers and effects.\n\n[@ngrx/entity](https://github.com/ngrx/platform/tree/master/docs/entity) is released and available on NPM, @ngrx/entity helps to reduce boilerplate and [manipulate data](https://i.imgur.com/2IGdFRB.jpg) in a fast and easy fashion, you can find @ngrx/entity implementation in Contacts Reducer.\n\n\n# NGRX infrastructure\n\n\n## Ngrx + Effects with an HTTP Service\n\n![](https://i.imgur.com/qtjdPbe.png)\n\n\n## Ngrx + Effects with Socket.IO\n\n![](https://i.imgur.com/jIQ4Rd3.png)\n\n\n## Lighthouse Audit:\n\n![](https://i.imgur.com/UqW3s9M.png)\n\n\n## Get started \n\nYou can run the app with docker compose:\n\n```\n$ docker-compose up --build\n```\n\nThe app will be available at: http://localhost:4000\n\n![](http://i.imgur.com/TKWwYgQ.png)\n\n![](http://i.imgur.com/GBBXbuu.png)\n\n![](http://i.imgur.com/J4inaXx.png)\n\n## Development server\n\nStart the backend server: https://github.com/formysister/angular-contacts-app\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## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Fangular-contacts-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformysister%2Fangular-contacts-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformysister%2Fangular-contacts-app/lists"}