vaibhavrajharsh/car-rental — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a car rental web app where people can create an account, log in, browse cars, search and filter what’s available, view car details, and book a car for specific rental dates. They should also be able to see their past and current bookings.

I also need an admin area where an admin can add, edit, and remove cars, see all bookings, and manage the rental inventory. Make it clean, responsive, and easy to use on both desktop and mobile.

Use a React frontend with a Node and Express backend, and store the data in MongoDB. Include authentication with protected user and admin routes. Please set up the client and server so they can run locally with environment variables for the API URL, Mongo connection, and JWT secret. Look up current docs online if you need to.

Want more depth? Deep Reverse