This is a PHP-based web application for online food ordering. Customers can browse the menu, add items to their cart, and place orders, while admins can manage orders and users efficiently.
- User authentication (sign up & login)
- Menu browsing & ordering
- Secure checkout process
- Admin panel for order & user management
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
index.php- Homepage with menuorder.php- Order processing pagelogin.php&sign-in.php- User authenticationadmin.php- Admin dashboardcheckout.php- Order checkout processconfig.php- Database connectionsolirestaurant.sql- Database file
- Clone the repository.
- Import
solirestaurant.sqlinto MySQL. - Configure
config.phpwith your database credentials. - Run the project on XAMPP or any PHP server.
- Payment integration
- Order tracking system