emirhandumann/inventory_management_system — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java inventory management system for a pharmaceutical warehouse and the pharmacies it supplies. I want two login roles, one for the warehouse and one for pharmacy staff, and you can use the sample login info from the README. On the warehouse side, it should let someone add medicines, update stock, remove products, list everything with stock and expiration dates, browse by category, search for a specific product, and see which medicines are getting close to expiration. On the pharmacy side, staff should be able to check current stock, place restocking orders, and track the status of what they ordered. It should also notify people when stock changes or gets low so the warehouse and pharmacies stay in sync. Please keep it straightforward and usable, even if it ends up being a clean console based app, and make sure the medicine categories and product details are easy to manage. If anything is unclear, check the repo and current Java docs as needed.
Want more depth? Deep Reverse