Reverse engineered prompt

I want this turned into a working airline ticket booking app I can run locally with Docker.

Customers should be able to sign up, log in, search flights in real time from an external flight source, see dynamic pricing, book tickets, get confirmation emails, and view, manage, or cancel their bookings. There should also be an admin side where I can manage bookings, pricing, and site content.

Please connect the backend, database, cache, proxy, and the existing frontend build so the whole thing works end to end from one local start command. Make sure authentication, caching for flight searches, file serving, scheduled booking updates like auto cancel or complete, and basic health checks are working properly. I also want the monitoring pages available so I can inspect app metrics.

Set up the environment file from the example, use sensible local defaults where possible, and clearly mark anything that still needs real external API keys or email credentials. Look up current docs online if you need to.

Want more depth? Deep Reverse