bast9476/real-estate-agent-dashboard — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a full stack real estate agent dashboard like this project describes.

I want agents to be able to log in, see their property portfolio, and view useful analytics like listing status, views, performance, and basic suspicious listing flags. It should have demo data so I can try it immediately with sample agents and properties. Include a backend API, database setup, authentication, and a React dashboard frontend that talks to the API.

Please make it easy to run locally, with clear setup steps and a Docker option for the whole stack. Seed the database with realistic agencies, agents, properties, view history, and a few fake or suspicious listings so the detection feature is visible. The app doesn’t need to be fancy, but it should feel polished enough for a technical challenge demo, with clean TypeScript code and sensible error handling.

Look up current docs online if you need to, and make sure the frontend and backend actually run together.

Want more depth? Deep Reverse