yashbaddi/FoodieFleet ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack food delivery web app called FoodieFleet.
I want three different experiences in the same app, one for customers, one for restaurants, and one for delivery drivers. Customers should be able to browse restaurants, open a restaurant page, see the menu, add items to a cart, see the total, place an order, search for restaurants, and track the driver on a map. Restaurants should be able to see incoming orders, check the order details, and mark orders as ready. Drivers should be able to see assigned deliveries, view directions on a map, mark themselves available or busy, update their location, and confirm when a delivery is done.
Please include sign up and login for users, restaurants, and drivers, plus basic notifications for order and delivery updates. Use the existing API ideas for users, orders, cart, restaurants, and drivers, and make sure the data flows feel realistic. If you need to look up current docs or best practices while building it, go ahead.