mmohajer9/RESTester-TaaS ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app for Testing as a Service that works with RESTester.
I want users to be able to sign up, log in, and use a dashboard to create and manage test plans and test suites. The app should have a clean frontend and a Django backend that exposes a REST API for the main actions, so it can integrate with RESTester later. Please include the basic pages I’d expect from the screenshots, like signup, login, dashboard, create test plan, test plans list, and test suites list.
Use sensible defaults, handle authentication, and make sure the backend can be started and run locally with the usual Django setup. If anything is unclear from the docs, look up the current Django and REST framework docs online and keep the implementation simple and practical. I’d like the result to feel like a real product people could use to organize and run testing work.