{"id":51314570,"url":"https://github.com/jdwillmsen/usersrole-nx","last_synced_at":"2026-07-01T06:05:30.340Z","repository":{"id":203873973,"uuid":"705914045","full_name":"jdwillmsen/usersrole-nx","owner":"jdwillmsen","description":"This is a frontend application that provides a template for users authentication and authorization built with NX and Angular","archived":false,"fork":false,"pushed_at":"2026-06-18T04:11:57.000Z","size":1023,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-18T06:12:41.224Z","etag":null,"topics":["authetication","authorization","github","google","template"],"latest_commit_sha":null,"homepage":"https://users-role-nx.web.app","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/jdwillmsen.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-17T00:18:14.000Z","updated_at":"2026-06-18T04:11:57.000Z","dependencies_parsed_at":"2023-11-15T07:47:09.164Z","dependency_job_id":null,"html_url":"https://github.com/jdwillmsen/usersrole-nx","commit_stats":null,"previous_names":["jdwillmsen/usersrole-nx"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jdwillmsen/usersrole-nx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwillmsen%2Fusersrole-nx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwillmsen%2Fusersrole-nx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwillmsen%2Fusersrole-nx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwillmsen%2Fusersrole-nx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdwillmsen","download_url":"https://codeload.github.com/jdwillmsen/usersrole-nx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwillmsen%2Fusersrole-nx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34994886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":["authetication","authorization","github","google","template"],"created_at":"2026-07-01T06:05:24.275Z","updated_at":"2026-07-01T06:05:30.336Z","avatar_url":"https://github.com/jdwillmsen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Users Role Nx\n\n[![CI](https://github.com/jdwillmsen/usersrole-nx/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jdwillmsen/usersrole-nx/actions/workflows/ci.yml)\n\nThis is a frontend application that provides a template for users\nauthentication and authorization since these are common features used in\nmost applications. It also has additional features such as theme selection,\nsnackbar service, alerts service, and a general site layout with header,\ncollapsable sidebar/navigation, and main content area. This application is\nalso a Progressive Web App (PWA) and can be downloaded as an app on mobile\nand desktop devices.\n\nThe authentication is provided by Firebase with Google Identity Platform and\nthe authorization is built off of a node server that makes use of Firebase\nfunctions. The production server and all deployments are hosted with\nFirebase hosting.\n\nThe main CI/CD tools used within this project include GitHub Actions and NX\nCloud with NX Caching.\n\n## Start the app\n\nTo start the development server run `nx serve usersrole-nx`. Open your browser and navigate to http://localhost:4200/. Happy coding!\n\n## Testing\n\n### Running lint test\n\nRun `nx lint \u003cproject\u003e` or `nx run-many -t lint` to execute the lint testing via [ESLint](https://eslint.org/)\n\n### Running unit tests\n\nRun `nx test \u003cproject\u003e` or `nx run-many -t test` to execute the unit tests via [Jest](https://jestjs.io/).\n\n### Running component tests\n\nRun `nx component-test \u003cproject\u003e --watch` or `nx run-many -t component-test --watch` to execute component tests in watch mode.\\\nRun `nx component-test \u003cproject\u003e` or `nx run-many -t component-test` to execute component tests in headless mode.\\\nThe component tests are making use of a testing framework called [Cypress](https://docs.cypress.io/guides/component-testing/overview).\n\n### Running end-to-end tests\n\nRun `nx e2e \u003cproject\u003e --watch` or `nx run-many -t e2e --watch` to execute e2e tests in watch mode.\\\nRun `nx e2e \u003cproject\u003e` or `nx run-many -t e2e` to execute e2e tests in headless mode.\\\nThe e2e tests are making use of a testing framework called [Cypress](https://docs.cypress.io/guides/end-to-end-testing/writing-your-first-end-to-end-test). \\\n\\*\\* Note e2e testing is not performed currently in CI\n\n## Deployment\n\nRun `nx deploy \u003cproject\u003e` to execute deploy target. \\\n\\*\\* This is done manually and is not automated with CD.\n\n## Project Info\n\nProduction URL: https://users-role-nx.web.app/ \\\nBased on: https://github.com/jdwillmsen/usersrole\n\n### Developers\n\n- Jake Willmsen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdwillmsen%2Fusersrole-nx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdwillmsen%2Fusersrole-nx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdwillmsen%2Fusersrole-nx/lists"}