{"id":26156930,"url":"https://github.com/texasmadecode/invatory","last_synced_at":"2026-04-20T12:34:27.031Z","repository":{"id":281520964,"uuid":"945529831","full_name":"texasmadecode/invatory","owner":"texasmadecode","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-18T05:50:31.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T18:42:20.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/texasmadecode.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":"2025-03-09T16:35:43.000Z","updated_at":"2025-04-18T05:50:34.000Z","dependencies_parsed_at":"2025-04-04T23:31:01.461Z","dependency_job_id":null,"html_url":"https://github.com/texasmadecode/invatory","commit_stats":null,"previous_names":["texasmadecode/invatory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/texasmadecode/invatory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texasmadecode%2Finvatory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texasmadecode%2Finvatory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texasmadecode%2Finvatory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texasmadecode%2Finvatory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/texasmadecode","download_url":"https://codeload.github.com/texasmadecode/invatory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texasmadecode%2Finvatory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32047350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-03-11T09:34:54.047Z","updated_at":"2026-04-20T12:34:26.940Z","avatar_url":"https://github.com/texasmadecode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management System\n\n## Overview\nThis software is designed to manage inventory using a barcode scanner and store data in a database. It allows users to add, update, and track inventory items efficiently.\n\n## Features\n- **Barcode Scanner Integration**: Quickly scan products to add or update inventory.\n- **Database Storage**: Store inventory data securely in a database.\n- **User Interface**: Easy-to-use interface for managing inventory.\n- **CRUD Operations**: Create, Read, Update, and Delete inventory items.\n\n## Getting Started\n\n### Prerequisites\n- Barcode scanner\n- Database (e.g., MySQL, PostgreSQL)\n- Programming language and framework (e.g., Python with Django)\n\n### Installation\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/yourusername/inventory-management-system.git\n    ```\n2. Install dependencies:\n    ```bash\n    cd inventory-management-system\n    pip install -r requirements.txt  # For Python projects\n    ```\n\n### Database Setup\n1. Configure your database settings in the `settings.py` file (for Django projects):\n    ```python\n    DATABASES = {\n        'default': {\n            'ENGINE': 'django.db.backends.postgresql',\n            'NAME': 'inventory_db',\n            'USER': 'yourusername',\n            'PASSWORD': 'yourpassword',\n            'HOST': 'localhost',\n            'PORT': '5432',\n        }\n    }\n    ```\n\n2. Run database migrations:\n    ```bash\n    python manage.py migrate\n    ```\n\n### Running the Application\n1. Start the development server:\n    ```bash\n    python manage.py runserver\n    ```\n\n2. Access the application in your web browser at `http://localhost:8000`.\n\n## Usage\n1. **Add Inventory**: Use the barcode scanner to scan a product and fill in the details to add it to the inventory.\n2. **Update Inventory**: Scan an existing product to update its details.\n3. **View Inventory**: Browse the inventory list to view all products.\n4. **Delete Inventory**: Remove products from the inventory as needed.\n\n## Contributing\nContributions are welcome! Please fork the repository and submit a pull request.\n\n## License\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexasmadecode%2Finvatory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftexasmadecode%2Finvatory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexasmadecode%2Finvatory/lists"}