{"id":19135994,"url":"https://github.com/shchoholiev/smart-inventory-system-web","last_synced_at":"2026-06-17T12:31:32.798Z","repository":{"id":209372081,"uuid":"723832394","full_name":"Shchoholiev/smart-inventory-system-web","owner":"Shchoholiev","description":"A web-based inventory management system built with Angular to facilitate device, group, shelf, and item management along with user authentication and statistical insights.","archived":false,"fork":false,"pushed_at":"2025-05-04T16:57:53.000Z","size":647,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T12:03:38.438Z","etag":null,"topics":["angular","bootstrap","css","html","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}},"created_at":"2023-11-26T21:53:18.000Z","updated_at":"2025-05-04T16:59:40.000Z","dependencies_parsed_at":"2024-05-05T23:28:46.431Z","dependency_job_id":"81c4ad73-14fe-48e3-92df-45db34d3953d","html_url":"https://github.com/Shchoholiev/smart-inventory-system-web","commit_stats":null,"previous_names":["shchoholiev/smart-inventory-system-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/smart-inventory-system-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/smart-inventory-system-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fsmart-inventory-system-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34449277,"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-17T02:00:05.408Z","response_time":127,"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","html","nodejs","typescript"],"created_at":"2024-11-09T06:32:51.621Z","updated_at":"2026-06-17T12:31:32.779Z","avatar_url":"https://github.com/Shchoholiev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smart-inventory-system-web\n\nA web-based inventory management system built with Angular to facilitate device, group, shelf, and item management along with user authentication and statistical insights.\n\n## Table of Contents\n- [Features](#features)\n- [Stack](#stack)\n- [Installation](#installation)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n- [Configuration](#configuration)\n\n## Features\n- User registration, login, and JWT-based authentication.\n- Group management: create groups, add/remove users, and leave groups.\n- Device management: create, activate, edit, and view device history.\n- Shelf management: create, view, edit shelves and control shelf lighting.\n- Item management: add, edit, delete items, generate QR codes, and view item history.\n- Search and filter capabilities for items and shelves.\n- Pagination support across listing views.\n- Multi-language support with English and Ukrainian translations.\n- Detailed statistics including:\n  - Items popularity by actions count.\n  - Shelves grouped by item count.\n  - User activity.\n  - Users by items taken.\n- Responsive UI with Bootstrap styling.\n\n## Stack\n- **Frontend Framework:** Angular 17\n- **Language:** TypeScript, HTML, CSS\n- **Authentication:** JSON Web Tokens with @auth0/angular-jwt\n- **Internationalization:** @ngx-translate/core \u0026 http-loader\n- **Styling:** Bootstrap 5, FontAwesome for icons\n- **Build \u0026 Dev Tools:** Angular CLI, Karma for unit tests, Visual Studio Code devcontainers\n\n## Installation\n\n### Prerequisites\n- Node.js (\u003e= 18.x recommended)\n- npm (comes with Node.js)\n- Angular CLI (install globally):  \n  ```bash\n  npm install -g @angular/cli\n  ```\n- Git (to clone the repository)\n- Optional: Visual Studio Code with recommended extensions\n\n### Setup Instructions\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Shchoholiev/smart-inventory-system-web.git\n   cd smart-inventory-system-web\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Serve the application locally:\n   ```bash\n   npm start\n   ```\n   This will start the Angular development server. Navigate to `http://localhost:4200/` in your web browser.\n\n4. To build the production bundle:\n   ```bash\n   npm run build\n   ```\n   The build output will be in the `dist/smart-inventory-system-web/` directory.\n\n5. To run unit tests:\n   ```bash\n   npm test\n   ```\n\n## Configuration\n\nThe frontend depends on a backend API service URL which is configured via environment variables.\n\n- Edit the environment file located at:  \n  `src/environments/environment.ts`\n\n- Example configuration:\n  ```typescript\n  export const environment = {\n    production: false,\n    apiUrl: 'https://your-api-server.com/api'\n  };\n  ```\n\n- Replace `'https://your-api-server.com/api'` with the actual backend API base URL.\n\n- The authentication token is stored in `localStorage` under the key `accessToken`.\n\n- Language preferences are saved in the browser's local storage under the key `language`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fsmart-inventory-system-web/lists"}