rifki-saifullah/inventory-app — reverse-engineered prompt
Reverse engineered prompt
Build me a working inventory app using this repo. I want a simple web dashboard where I can see inventory items, add a new item, edit details, update quantities, and delete items when they are no longer needed.
The frontend should run on Nuxt and feel clean and easy to use, with basic forms, loading states, empty states, and clear error messages. The backend should be Express with TypeScript, save data in MySQL through Prisma, and use Redis where it makes sense for caching or sessions. Please wire the client and server together so the pages actually call the API.
Make it run with Docker Compose using the existing frontend on port 3001 and backend on port 3000. Add any setup steps, env examples, database migration, or seed data needed so I can start it locally with Docker Compose. Look up current docs online if needed.
Want more depth? Deep Reverse