bipin0x01/AuditManagement — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple audit firm management web app that I can run locally and later deploy. I want a login page, user authentication, and an admin dashboard after sign in, basically the same kind of flow shown in the screenshots and live demo. The app should use a Mongo database, keep secrets in an .env file, and have both the frontend and backend working together from one project so I can start everything with one dev command.

Please make it feel like a practical internal business tool, clean dashboard, usable forms, and basic protected admin pages. If there are existing API routes or docs, wire the frontend to those properly and keep the login working with JWT style auth. I also want it set up so I can build it for production later.

Add a short README section with exactly how to run it locally, what env vars I need, and a test login if one is available. If anything is unclear, check the current docs online and fill in the gaps sensibly.

Want more depth? Deep Reverse