Nikesh-pandey/TruckSewa — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple working Java app called TruckSewa. It should feel like a basic truck service system for people who need to find or book a truck, and for the service owner to keep track of trucks and requests. Please look through the existing project first and keep whatever is already there if it makes sense.

I want a clean flow where a user can enter their trip or delivery details, see basic truck options, submit a request, and get a clear confirmation. There should also be a simple admin area to add trucks, view bookings, update status, and edit or remove records. Keep it easy to understand, with sensible sample data if a database is not already set up.

Make it run locally without complicated setup, fix any broken code, and add clear instructions for how to start it. Look up current Java docs online if you need to.

Want more depth? Deep Reverse