Reverse engineered prompt

Build me a simple full stack app called FridgeMan that helps someone keep track of what food they have at home.

I want people to be able to sign up, log in, and have their own private inventory. After logging in, they should be able to add food items with a name, quantity, where it’s stored, and an expiration date. They should also be able to see a list of all their current items, update them, and remove them when needed. I also want a separate place to manage storage locations, like fridge, freezer, or pantry, tied to that user.

Please make it feel like a small but complete web app with a home page, signup and login screens, a menu or navigation, a stock list page, and a locations page. Use a database so the data actually persists, and make sure passwords are stored safely and user sessions work correctly.

Please wire up the local setup too so it can run on localhost, including the database tables and env config. If you need to, look up current docs online.

Want more depth? Deep Reverse