biruk-tafese/rediet-backend — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me the first working version of a Python backend for an app called Rediet. I don’t have a full spec yet, so make it a clean starter service that is easy to grow.

I want it to run locally, have a simple health check so I can tell it is working, and include a few example API endpoints that show how the app should be structured. Please organize the code neatly inside the existing src folder, use the requirements file properly, and add simple setup instructions so someone can install it and start the server without guessing.

Keep the code straightforward and readable. Add basic error handling, request and response examples, and a small place where future database logic can go, but don’t overcomplicate it. If you need current Python backend docs, look them up online.

Want more depth? Deep Reverse