carpentrycoder/Inventory_management ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple inventory management web app with a clean dashboard and a browser based admin UI.
I want to be able to sign up, log in, and reset a password, then manage items, categories, and suppliers. The app should let me add stock in and stock out, keep a history of purchases and dispatches, and show a stock ledger for each item. Please include a dashboard with totals and basic analytics, plus a reports page with charts, search, and CSV export.
Make it work with a FastAPI backend and server rendered HTML pages so it feels easy to use without a separate frontend app. Use SQLite for local development, but make it ready for PostgreSQL too. If it helps, set up Docker so I can run it quickly. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using arcumet