dogaanismail/energy-company — reverse-engineered prompt
Reverse engineered prompt
Build me a full stack energy company web app that I can run locally with Docker. Customers should be able to sign in, see their energy usage, manage their metering points, and check energy prices in a clean dashboard. I want the app to feel like a real customer portal, with simple forms, charts, and clear navigation between login, dashboard, metering points, and pricing views.
On the backend, split it into separate services for authentication, customers, consumption, pricing, and one main gateway so everything is reachable from one place. Use a Postgres database, secure token based login, and service discovery so the services can talk to each other reliably. On the frontend, make it modern and responsive, with charts for consumption trends and a straightforward way to add or view metering points.
Please include demo accounts, sensible seed data, and enough setup so I can bring the whole thing up and test it quickly. Also add basic frontend tests and clear local run instructions. If you need details, look up the current docs online and fill in the gaps sensibly.
Want more depth? Deep Reverse