alfathrajif/money-management-app — reverse-engineered prompt

Reverse engineered prompt

Build me a simple full stack money management app for personal budgeting. I want people to be able to sign up, log in securely, and then track their money by adding income and expense transactions with an amount, category, and date. They should be able to edit and delete entries too.

I also want a clean dashboard that shows charts for income and expenses by category, so it is easy to see where money is coming from and where it is going. Please make it feel modern and responsive so it works well on both desktop and mobile.

Use the existing setup with a Next.js frontend and a NestJS backend, connected to MySQL. Auth should use JWT with cookies. Please wire up the frontend and backend properly, handle the needed environment variables, and make sure the local dev setup works smoothly. If anything is missing, fill in sensible defaults and keep the UX straightforward. You can look up current docs online if you need to.

Want more depth? Deep Reverse