{"id":19136012,"url":"https://github.com/shchoholiev/shopping-assistant-web-admin","last_synced_at":"2026-06-23T05:31:52.115Z","repository":{"id":210412696,"uuid":"717817654","full_name":"Shchoholiev/shopping-assistant-web-admin","owner":"Shchoholiev","description":"A web administration panel for managing users and roles, built with Angular, featuring user authentication, pagination, and user editing capabilities.","archived":false,"fork":false,"pushed_at":"2025-05-04T17:10:46.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T05:20:34.143Z","etag":null,"topics":["angular","bootstrap","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","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/Shchoholiev.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,"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-11-12T17:36:32.000Z","updated_at":"2025-05-04T17:11:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9053468a-4e8b-4c5d-b093-139d8f1725f3","html_url":"https://github.com/Shchoholiev/shopping-assistant-web-admin","commit_stats":null,"previous_names":["shchoholiev/shopping-assistant-web-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/shopping-assistant-web-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fshopping-assistant-web-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fshopping-assistant-web-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fshopping-assistant-web-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fshopping-assistant-web-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/shopping-assistant-web-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fshopping-assistant-web-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34677382,"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-06-23T02:00:07.161Z","response_time":65,"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","nodejs","typescript"],"created_at":"2024-11-09T06:32:55.410Z","updated_at":"2026-06-23T05:31:52.089Z","avatar_url":"https://github.com/Shchoholiev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shopping-assistant-web-admin\n\nA web administration panel for managing users and roles, built with Angular, featuring user authentication, pagination, and user editing capabilities.\n\n## Table of Contents\n\n- [Features](#features)  \n- [Stack](#stack)  \n- [Installation](#installation)  \n  - [Prerequisites](#prerequisites)  \n  - [Setup Instructions](#setup-instructions)  \n- [Configuration](#configuration)  \n\n## Features\n\n- User login with email or phone and password authentication  \n- JWT token-based authentication with route guarding  \n- User listing with paginated views  \n- Edit user details including phone, email, and roles  \n- Add and remove roles for users  \n- Responsive layout with header and footer components  \n- API integration via GraphQL and REST for backend communication  \n\n## Stack\n\n- Angular 16  \n- TypeScript  \n- Bootstrap 5  \n\n## Installation\n\n### Prerequisites\n\n- Node.js (version 18 recommended)  \n- npm (comes with Node.js)  \n- Angular CLI (`npm install -g @angular/cli@16.0.0`)  \n\n### Setup Instructions\n\n1. Clone the repository:  \n```sh\ngit clone https://github.com/Shchoholiev/shopping-assistant-web-admin.git\ncd shopping-assistant-web-admin\n```\n\n2. Install project dependencies:  \n```sh\nnpm install\n```\n\n3. Run the development server:  \n```sh\nnpm start\n```\n\n4. Access the app at:  \n```\nhttp://localhost:4200/\n```\n\n5. Run unit tests with Karma:  \n```sh\nnpm test\n```\n\n## Configuration\n\nEnvironment configuration files are located in `src/environments/`. The base API URL should be set according to your deployment:\n\n- `environment.ts` \u0026 `environment.development.ts` (for development):  \n```ts\nexport const environment = {\n  production: false,\n  apiUrl: 'https://shopping-assistant-api-dev.azurewebsites.net'\n};\n```\n\n- `environment.production.ts` (for production):  \n```ts\nexport const environment = {\n  production: true,\n  apiUrl: 'https://shopping-assistant-api.azurewebsites.net'\n};\n```\n\nThe application uses local storage to store JWT access and refresh tokens under keys `accessToken` and `refreshToken`. Make sure your backend supports the authentication GraphQL schema as expected.\n\nAdditional configuration for IIS hosting can be set in the `src/web.config` file, which rewrites routes for Angular's client-side routing and configures caching rules for JavaScript files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fshopping-assistant-web-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Fshopping-assistant-web-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fshopping-assistant-web-admin/lists"}