Yummie wheels is a web application designed to facilitate the ordering and delivery of food from restaurants to customers. Built using PHP and running on a LAMP (Linux, Apache, MySQL, PHP) server, this project aims to provide a robust and scalable solution for managing restaurant menus, customer orders, and delivery processes.
- User Management: Register, login, and manage user accounts.
- Restaurant Management: Add and manage restaurant details and menus.
- Order Management: Place, view, and track orders.
- Delivery Management: Assign and manage delivery tasks.
- Admin Dashboard: Oversee system operations, manage users, restaurants, and orders.
- Server: LAMP stack (Linux, Apache, MySQL, PHP)/XAMPP
- PHP Version: 7.4 or higher
- MySQL Version: 5.7 or higher
- Web Browser: Modern browser for accessing the application (e.g., Chrome, Firefox)
DOWNLOAD "Online Voting Management System Project"
-
Install XAMPP and run Apache and MySQL services.
-
Download the Project Zip Folder
-
Extract the file and copy "yummie wheels" folder
-
Paste the folder from previous step inside
xampp/htdocsdirectory inside your one of your drive where xampp is installed -
Open PHPMyAdmin
http://localhost/phpmyadmin -
Create a database with name yw
-
Import yw.sql file (given inside the zip package in db folder)
-
Run the script
-
Use the Following Credential to log into the Admin Session
`username: root
`password:
-
Access the Application:
- Open a web browser and navigate to
http://localhost/to view the application.
- Open a web browser and navigate to
-
User Registration and Login:
- Users can register and log in to place orders and view their order history.
-
Restaurant and Menu Management:
- Admins can add and manage restaurants and their menus through the admin dashboard.
-
Order Placement and Tracking:
- Customers can place orders, track their status, and view delivery details.





