diwakar-2112/Test-management-apis — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Spring Boot backend for a simple test management system. I need APIs to create, update, list, and delete test cases, group them into projects or test suites, record test runs with pass or fail results, and fetch basic result summaries.

Keep it practical and easy to run locally. Add simple validation, clear error messages, and sample requests so I can try everything in Postman. Use Maven, keep the code organized, and make sure it still works with the existing Docker setup if possible.

If you need a database, choose a simple local setup and include the config and some seed data. Please add a few tests for the main flows, and update the README with clear steps for running the app, calling the APIs, and running the tests.

Want more depth? Deep Reverse