An online food ordering web application built as part of my Software Engineering studies.
This system allows users to browse food items, add them to their wishlist/cart, and place online orders.
It also includes an admin panel for managing restaurants, food items, and orders.
- 🔑 User Registration & Login (secure login system with sessions)
- 🍕 Browse food categories & items
- ❤️ Wishlist (save items for later)
- 🛒 Add to cart & place orders
- 💳 Online payments (PayHere demo gateway)
- 📩 Contact admin / send feedback
- 👨💻 Secure admin login
- 📦 Manage food items, categories & prices
- 🧾 View and manage customer orders
- 📝 Manage admissions & donations (school-specific feature)
- 🖼️ Upload images to gallery
- 📊 Dashboard for order/payment tracking
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Backend: PHP
- Database: MySQL (HeidiSQL / Workbench for management)
- Payment Gateway: PayHere Demo Integration
- Hosting: (local/XAMPP for development, future hosting planned)
project-root/ │── index.php # Landing page │── user/ # User-side files │── admin/ # Admin panel files │── assets/ # CSS, JS, images │── database/ # SQL dump & config │── payment/ # Payment gateway integration │── README.md # Project documentation