{"id":20695545,"url":"https://github.com/ailynux/ims-project","last_synced_at":"2026-02-03T18:08:29.344Z","repository":{"id":240119310,"uuid":"801728141","full_name":"ailynux/IMS-Project","owner":"ailynux","description":"Inventory Management System, for managing inventory, tracking stock levels, and generating reports. ","archived":false,"fork":false,"pushed_at":"2024-06-18T02:36:03.000Z","size":244,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T18:45:07.623Z","etag":null,"topics":["angular","asp-net-core","full-stack","react","sql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ailynux.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}},"created_at":"2024-05-16T19:53:36.000Z","updated_at":"2024-09-17T16:17:49.000Z","dependencies_parsed_at":"2025-05-10T18:42:34.689Z","dependency_job_id":null,"html_url":"https://github.com/ailynux/IMS-Project","commit_stats":null,"previous_names":["ailynux/ims-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ailynux/IMS-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailynux%2FIMS-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailynux%2FIMS-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailynux%2FIMS-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailynux%2FIMS-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ailynux","download_url":"https://codeload.github.com/ailynux/IMS-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailynux%2FIMS-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083560,"owners_count":23411162,"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","asp-net-core","full-stack","react","sql"],"created_at":"2024-11-17T00:09:47.219Z","updated_at":"2026-02-03T18:08:24.288Z","avatar_url":"https://github.com/ailynux.png","language":"JavaScript","readme":"# Inventory Management System\n## working on \u003e\u003e updates \u003e\u003e 5/30/24 \u003e\u003e working \u003e\u003e reading \u003e\u003e adding \u003e\u003e another day working\u003e\u003e updated my repo \nhttps://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-8.0\n## 🔗 Links\n[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ailynux.netlify.app/)\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/)\n## 🛠 Skills used\nJavascript, HTML, CSS, SQL, C# \n\n**SETUP:** \n\u003cbr\u003e\n- IDE: Visual Studio\n- Backend: ASP.NET Core with Entity Framework Core for server-side development (C#)\n- Frontend: Angular for building the user interface\n- Database: SQL Server or PostgreSQL for data storage\n\n## Project Plan\n\n### 1. Define Requirements\n- **User Roles**: Admin, Manager, and Employee\n- **Core Features**:\n  - User Authentication and Authorization\n  - Inventory CRUD (Create, Read, Update, Delete)\n  - Stock Level Tracking\n  - Reporting and Analytics\n  - Barcode Scanning Integration\n  - Notifications for low stock levels\n\n### 2. Set Up Development Environment\n- **Tools**: Visual Studio, Node.js, Angular CLI or Create React App, SQL Server or PostgreSQL\n- **Frameworks**: ASP.NET Core, Entity Framework Core, Angular or React\n\n### 3. Design Database Schema\n- **Tables**:\n  - Users (UserID, Username, PasswordHash, Role)\n  - Items (ItemID, ItemName, Description, Quantity, Location, Barcode)\n  - Transactions (TransactionID, ItemID, QuantityChanged, TransactionDate, UserID)\n\n### 4. Build the Back-end with ASP.NET Core\n- **Project Setup**:\n  - Create a new ASP.NET Core project\n  - Configure Entity Framework Core for database interaction\n  - Implement authentication and authorization using Identity\n- **APIs**:\n  - User Authentication (Login, Register)\n  - Inventory Management (GetItems, AddItem, UpdateItem, DeleteItem)\n  - Transactions (GetTransactions, AddTransaction)\n  - Reporting (GetStockLevels, GenerateReports)\n\n### 5. Develop the Front-end with Angular/React\n- **Project Setup**:\n  - Initialize Angular or React project\n  - Set up routing for different views (Dashboard, Inventory List, Item Details, Reports)\n- **Components**:\n  - Authentication (Login, Register)\n  - Inventory List (Display items, Add/Edit/Delete items)\n  - Item Details (View and edit item details)\n  - Reports (Display stock levels, Generate and download reports)\n- **Services**:\n  - Create services to interact with the back-end APIs\n\n### 6. Integrate Barcode Scanning\n- Use a library like QuaggaJS (for JavaScript) or ZXing.Net (for .NET) to integrate barcode scanning functionality in the front-end.\n- Allow users to scan barcodes to add or update items in the inventory.\n\n### 7. Testing\n- Write unit tests for back-end APIs using xUnit or NUnit\n- Write unit tests for front-end components using Jasmine/Karma (Angular) or Jest (React)\n- Perform integration testing to ensure end-to-end functionality\n\n### 8. Deploy the Application\n- Set up a hosting environment (e.g., Azure, AWS, or a dedicated server)\n- Configure CI/CD pipeline for automatic deployment\n- Monitor the application and gather feedback for improvements\n\n## Detailed Steps for Each Phase\n\n### 1. Set Up Development Environment\n- **Install necessary software and dependencies**:\n  - [Visual Studio](https://visualstudio.microsoft.com/)\n  - [Node.js](https://nodejs.org/)\n  - [Angular CLI](https://angular.io/cli) or [Create React App](https://create-react-app.dev/)\n\n### 2. Create the Back-end with ASP.NET Core\n- **Project Setup**:\n  - Open Visual Studio and create a new ASP.NET Core Web API project.\n  - Add and configure Entity Framework Core.\n- **Authentication and Authorization**:\n  - Use ASP.NET Core Identity for user management.\n  - Create authentication endpoints (Login, Register).\n- **Inventory Management**:\n  - Create controllers for Items and Transactions.\n  - Implement CRUD operations for inventory items.\n- **Reporting**:\n  - Create endpoints to generate and retrieve reports.\n\n### 3. Develop the Front-end with Angular/React\n- **Project Setup**:\n  - Use Angular CLI or Create React App to initialize the project.\n  - Set up routing for different views.\n- **Components and Services**:\n  - Create reusable components for inventory management.\n  - Implement services to call back-end APIs.\n  - Use a library like [NgRx](https://ngrx.io/) for state management in Angular or [Redux](https://redux.js.org/) for React.\n\n### 4. Integrate Barcode Scanning\n- **Library Integration**:\n  - For Angular, use [ngx-barcode-scanner](https://www.npmjs.com/package/ngx-barcode-scanner).\n  - For React, use [react-barcode-reader](https://www.npmjs.com/package/react-barcode-reader).\n- **Implementation**:\n  - Add barcode scanning functionality to the add/update item forms.\n  - Ensure scanned barcodes correctly populate item fields.\n\n### 5. Testing and Deployment\n- **Unit and Integration Testing**:\n  - Write tests for back-end and front-end.\n  - Ensure all core functionalities are covered.\n- **Deployment**:\n  - Deploy back-end to Azure, AWS, or another hosting service.\n  - Deploy front-end to a static site hosting service or as part of the back-end deployment.\n\n**This plan is to help me structure the project and ensure I cover all necessary aspects.**\n\n## Authors\n\n- [@ailynux](https://www.github.com/ailynux)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failynux%2Fims-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Failynux%2Fims-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failynux%2Fims-project/lists"}