{"id":25403103,"url":"https://github.com/ibibalami/inventory_system","last_synced_at":"2026-04-08T20:47:23.931Z","repository":{"id":277347556,"uuid":"932091423","full_name":"ibibalami/inventory_system","owner":"ibibalami","description":"This Django-based Inventory Management System is designed to help users manage and track their inventory items efficiently.","archived":false,"fork":false,"pushed_at":"2025-02-13T11:23:35.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T20:47:23.696Z","etag":null,"topics":["bootstrap","chartjs","django","git","github","html-css","javascript","sqlite"],"latest_commit_sha":null,"homepage":"","language":null,"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/ibibalami.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":"2025-02-13T10:54:59.000Z","updated_at":"2025-04-22T17:19:12.000Z","dependencies_parsed_at":"2025-02-13T13:42:18.986Z","dependency_job_id":"cb4f7b86-1b34-4be9-a66c-aae9b058b220","html_url":"https://github.com/ibibalami/inventory_system","commit_stats":null,"previous_names":["ibibalami/inventory_system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibibalami/inventory_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Finventory_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Finventory_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Finventory_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Finventory_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibibalami","download_url":"https://codeload.github.com/ibibalami/inventory_system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Finventory_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["bootstrap","chartjs","django","git","github","html-css","javascript","sqlite"],"created_at":"2025-02-16T02:27:55.326Z","updated_at":"2026-04-08T20:47:23.912Z","avatar_url":"https://github.com/ibibalami.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 Inventory Management System\n\nThe **Inventory Management System** is a **Django-based web application** designed to help users efficiently **manage and track inventory items**. It provides an intuitive interface for adding, categorizing, and monitoring inventory items while offering **dynamic forms and visual analytics**.\n\n---\n\n## ✨ Features\n\n✔️ **Home Page** – A welcoming interface with a quick overview of inventory actions.\n✔️ **Add Items** – Users can add inventory items with details such as name, description, quantity, and category.\n✔️ **Dynamic Fields** – Additional fields (OS, RAM, Storage) appear dynamically for computers and other categories.\n✔️ **Dashboard** – A tabular overview of inventory items with filtering and sorting options.\n✔️ **Charts \u0026 Analytics** – Visual representation of inventory data using Chart.js.\n✔️ **Responsive Design** – Seamless experience across desktop and mobile devices.\n\n---\n\n## 🛠️ Technologies Used\n\n- **🐍 Django** – High-level Python framework for web development.\n- **🗄️ SQLite** – Lightweight database for development and testing.\n- **🎨 HTML/CSS** – Provides structure and styling for the frontend.\n- **🖥️ JavaScript** – Enhances frontend interactivity.\n- **📊 Chart.js** – Visualizes inventory statistics through interactive charts.\n- **📱 Bootstrap** – Ensures a mobile-friendly and responsive design.\n- **🔗 Git \u0026 GitHub** – Version control and repository management.\n\n---\n\n## 📂 File Structure\n\n```\ninventory_system/\n    inventory/\n        __init__.py\n        admin.py\n        apps.py\n        forms.py\n        migrations/\n            __init__.py\n            ... (migration files)\n        models.py\n        static/\n            css/\n                ... (CSS files)\n            js/\n                ... (JavaScript files)\n            images/\n                ... (image files)\n        templates/\n            inventory/\n                add_item.html\n                dashboard.html\n                ... (other HTML templates)\n            home.html\n        tests.py\n        urls.py\n        views.py\n    inventory_system/\n        __init__.py\n        asgi.py\n        settings.py\n        urls.py\n        wsgi.py\n    manage.py\n    requirements.txt\n    README.md\n\n\n```\n\n---\n\n## 🚀 How to Run\n\n1. **Clone the repository**\n   ```sh\n   git clone https://github.com/yourusername/inventory-management.git\n   cd inventory-management\n   ```\n2. **Install dependencies**\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. **Apply migrations**\n   ```sh\n   python manage.py migrate\n   ```\n4. **Run the server**\n   ```sh\n   python manage.py runserver\n   ```\n5. **Access the app** in your browser at `http://127.0.0.1:8000/`.\n\n---\n\n## 📌 Internal Use Only\n\n🚨 **This repository is private and intended for work-related purposes only.** Do not share, clone, or distribute externally.\n\n---\n\n## 📜 License\n\nThis project is for internal use only and is not licensed for public distribution.\n\n---\n\n🔐 **Access Restricted: Authorized Users Only**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibibalami%2Finventory_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibibalami%2Finventory_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibibalami%2Finventory_system/lists"}