{"id":18715263,"url":"https://github.com/blank2409/smart-inventory-system","last_synced_at":"2026-05-20T05:35:42.027Z","repository":{"id":251375140,"uuid":"837232082","full_name":"Blank2409/Smart-Inventory-System","owner":"Blank2409","description":"Smart Inventory Management System is a Java application for managing inventory. It features a user-friendly interface for handling products, suppliers, and sales, with backend support using MySQL. The system includes secure login and a dashboard for inventory overview.","archived":false,"fork":false,"pushed_at":"2024-08-02T14:02:49.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T03:04:39.276Z","etag":null,"topics":["crud-application","database","inventory-management","inventory-management-system","java","javaproject","jdbc","sql","swing","userauthentication","xampp"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Blank2409.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":"2024-08-02T13:47:33.000Z","updated_at":"2024-08-02T14:08:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"732227b9-fef9-4c1a-8cef-6e7906d9e912","html_url":"https://github.com/Blank2409/Smart-Inventory-System","commit_stats":null,"previous_names":["blank2409/smart-inventory-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Blank2409/Smart-Inventory-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blank2409%2FSmart-Inventory-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blank2409%2FSmart-Inventory-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blank2409%2FSmart-Inventory-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blank2409%2FSmart-Inventory-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blank2409","download_url":"https://codeload.github.com/Blank2409/Smart-Inventory-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blank2409%2FSmart-Inventory-System/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269518573,"owners_count":24430639,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["crud-application","database","inventory-management","inventory-management-system","java","javaproject","jdbc","sql","swing","userauthentication","xampp"],"created_at":"2024-11-07T13:08:09.930Z","updated_at":"2026-05-20T05:35:41.991Z","avatar_url":"https://github.com/Blank2409.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Inventory Management System\n\n## Overview\n\nA Java-based application for managing inventory with a Swing GUI and MySQL database.\n\n## Features\n\n- User login\n- Inventory dashboard\n- Product, supplier, and sales management\n\n## Prerequisites\n\n- JDK 8+\n- MySQL Server\n- MySQL Connector/J (JDBC driver)\n- XAMPP or similar tool for MySQL\n\n## Setup\n\n### 1. Clone the Repository\n\ngit clone \u003crepository-url\u003e\ncd SmartInventoryManagementSystem\n## 2.Set up MYSQL\nStart MySQL using XAMPP or another tool.\n\nCreate Database:\n\n\nCREATE DATABASE inventory;\nRun the SQL Schema:\n\nRun the SQL commands from resources/database/schema.sql to set up the users table.\n\nInsert Sample Data (optional):\n\n\nINSERT INTO users (username, password) VALUES ('admin', 'admin123');\n## 3.Configure Database Connection\nCreate a config.properties file in the project root with the following content:\n\n\ndb.url=jdbc:mysql://localhost:3306/inventory\ndb.user=root\ndb.password=your_mysql_password\n\n## 4. Build and Run\nCommand Line\nCompile:\n\njavac -cp \"lib/mysql-connector-j-9.0.0.jar\" -d bin src/com/inventory/main/*.java\nRun:\n\njava -cp \"bin;lib/mysql-connector-j-9.0.0.jar\" com.inventory.main.App \"jdbc:mysql://localhost:3306/inventory\" \"root\" \"your_mysql_password\"\nIDE\nImport the project.\nAdd MySQL Connector/J to the classpath.\nRun the App class.\n\n## Screenshots\nLogin Form:\n\n![LoginSS](https://github.com/user-attachments/assets/ca78baf3-bd03-497a-8a79-762ca08ca9f2)\n\nDashboard:\n\n![DashBoardSS](https://github.com/user-attachments/assets/912b7d79-bb4e-443c-830d-c42a8307b48e)\n\n## Troubleshoots\nConnection Issues: Check MySQL server, URL, username, and password in config.properties.\nDriver Not Found: Ensure MySQL Connector/J is in the lib directory and included in the classpath.\nContributing\nFork the repo and submit a pull request for contributions.\n\n\n## Contact\nFor questions, email eshan.kesarwani@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblank2409%2Fsmart-inventory-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblank2409%2Fsmart-inventory-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblank2409%2Fsmart-inventory-system/lists"}