{"id":15159870,"url":"https://github.com/kushshriv/inventory-management-system-spring","last_synced_at":"2026-02-07T04:01:35.312Z","repository":{"id":255373835,"uuid":"845143579","full_name":"KushShriv/Inventory-Management-System-Spring","owner":"KushShriv","description":"Medium Scale Inventory Management System build with MySQL and Java Spring Boot, with a simple Python Streamlit Frontend.","archived":false,"fork":false,"pushed_at":"2024-08-29T14:38:58.000Z","size":3699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T19:21:26.058Z","etag":null,"topics":["java","mysql","python","spring","spring-boot","streamlit"],"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/KushShriv.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-20T17:02:46.000Z","updated_at":"2024-08-29T14:39:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d98c19a-97bb-485f-a6e8-f4f799758816","html_url":"https://github.com/KushShriv/Inventory-Management-System-Spring","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"bddb918da30992c574f058f5bd3a4afc272ea1f2"},"previous_names":["kushshriv/inventory-management-system-spring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KushShriv/Inventory-Management-System-Spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FInventory-Management-System-Spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FInventory-Management-System-Spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FInventory-Management-System-Spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FInventory-Management-System-Spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KushShriv","download_url":"https://codeload.github.com/KushShriv/Inventory-Management-System-Spring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FInventory-Management-System-Spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: 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":["java","mysql","python","spring","spring-boot","streamlit"],"created_at":"2024-09-26T22:01:29.980Z","updated_at":"2026-02-07T04:01:35.297Z","avatar_url":"https://github.com/KushShriv.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management System using Spring\r\n\u003e Team 1 College DBMS Project\r\n\r\nThe Inventory Management System is a Spring Boot-based application designed to handle inventory operations for a company. \r\n\r\n\u003cdiv align = 'center'\u003e\r\n\r\n![](https://img.shields.io/badge/Spring-6DB33F.svg?style=for-the-badge\u0026logo=Spring\u0026logoColor=white)\r\n![](https://img.shields.io/badge/Spring%20Boot-6DB33F.svg?style=for-the-badge\u0026logo=Spring-Boot\u0026logoColor=white)\r\n![](https://img.shields.io/badge/MySQL-4479A1.svg?style=for-the-badge\u0026logo=MySQL\u0026logoColor=white)\r\n![](https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=for-the-badge\u0026logo=Streamlit\u0026logoColor=white)\r\n\u003c/div\u003e\r\n\r\nIt features modules for managing:\r\n- Units\r\n- Items\r\n- Addresses\r\n- Companies\r\n- Branch Locations\r\n- Purchase Invoices\r\n- Sales Invoices.\r\n\r\nThe system uses a `MySQL database` to store data and supports `CRUD Operations`. The backend is built using `Java`, `Spring Boot`, and `JPA` for database interactions. \r\n\r\nThe application includes validation mechanisms to ensure data integrity and handles various aspects such of inventory management such as:\r\n- Tracking stock quantities\r\n- Managing purchase and sales invoices\r\n- Monitoring item expiration dates.\r\n\r\n---\r\n\r\n## Diagrams\r\n\u003cdiv align = 'center'\u003e\r\n\r\n![](assets/SchemaDiagram.png)\r\nRelational Schema Diagram\r\n\r\n![](assets/inventory_management_ERD.png)\r\nER Diagram\r\n\u003c/div\u003e\r\n\r\n---\r\n\r\n## Run the Project\r\n### Dependencies\r\n- JDK 17 :coffee:\r\n- Maven 3.9.4 :feather:\r\n- Spring Boot 3.1.4 :leaves:\r\n- Python Streamlit :crown:\r\n\r\n### Setup\r\n1. Clone this repository\r\n```\r\ngit clone https://github.com/KushShriv/Inventory-Management-System-Spring.git\r\n```\r\n\r\n2. Create the Databases: Download mysql, run `mysql -u root -p` and open the `mysql terminal`, then run\r\n```\r\nsource PathToRepo/createTables.sql\r\n```\r\n\r\n3. Build \u0026 Run Backend\r\n``` \r\nmvn clean install\r\nmvn clean compile\r\nmvn spring-boot:run\r\n```\r\n\r\n4. Run Frontend\r\nInstall streamlit in a virtual env and run this command:\r\n```\r\nstreamlit run frontend.py\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushshriv%2Finventory-management-system-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkushshriv%2Finventory-management-system-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushshriv%2Finventory-management-system-spring/lists"}