LogicNinjaX/parking-system ? reverse-engineered prompt
Reverse engineered prompt
Build me a parking spot booking backend for a shared parking app.
I want owners to be able to list their parking spaces, drivers to search for spots by location and date, and then book and pay from an in app wallet. Please include secure sign up and login with JWT, role based access for drivers, parking owners, and admin, and make sure owners can see their bookings and earnings. Add wallet recharge, booking confirmation, listing confirmation, and email notifications when those things happen. I also want reviews and ratings for parking spots, plus API docs I can test in Swagger. Use a clean, production ready Spring Boot setup with MySQL, validation, and good request and response handling. If you need to check current library docs or best practices online, go ahead and do that.