BryanTheLai/RestaurantProject — reverse-engineered prompt
Reverse engineered prompt
Build me a simple restaurant website with a staff POS system in PHP and MySQL. I want it to run locally with XAMPP, with a database setup included so I can open it and try it right away.
Customers should be able to visit the restaurant site, register and log in, make reservations, and see their profile and points. Staff should have a separate login where they can choose tables, take food orders, send orders to the kitchen, handle cash or card payments, create bills, and print receipts.
Please also include admin style pages where staff can add, edit, and delete menu items, bills, tables, users, and other restaurant data. I’d like simple reports, charts, downloaded reports, and a way to view customer preferences. Keep the design clean and easy to understand, more like a practical restaurant system than a fancy demo.
Use plain PHP, HTML, CSS, JavaScript, and MySQL. Look up current docs online if you need to.
Want more depth? Deep Reverse