harshilgithubriit/inventory-system — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a full stack inventory and order management web app from this repo.

I want a simple app where someone can manage products, see what is in stock, add and edit items, delete items when needed, and track quantity changes when orders are created. Users should be able to create orders with multiple products, see the total, update the order status, and have the stock levels update correctly. Add a clean dashboard that shows basic totals like number of products, total stock, recent orders, and low stock items.

Please make the frontend easy to use and the backend reliable, with data saved in a database instead of just in memory. Wire the frontend and backend together, make sure it runs locally, and use the existing Docker setup if possible. Keep the design simple and practical, like something a small shop or warehouse could actually use. Look up current docs online if you need to.

Want more depth? Deep Reverse