PHP FOOD ORDERING SYSTEM PROJECT
Please Watch this video here i explain the project functionalities. Thanks
Project Name: PHP FOOD ORDERING SYSTEM
Title: PHP FOOD ORDERING SYSTEM
Language: HTML,CSS,BOOTSTRAP,Javascript,Jquery,Ajax,PHP,MySQLi
PHP projects functionalities:
This project is fully dynamic
USER SIDE
- user can see the all food categories
- user can see the all food with ingredients
- user can see the food category wise
- user can search the foods
- user can do add to cart / view cart
- user can do checkout
- we are going to use 2 types of checkout process cash on delivery and online payment
- user can pay using paypal
- user can do edit profile
- user can so change password
- user can see their given order
- user can see their order status
- user can logout
ADMIN SIDE
- admin can login
- admin can add / edit / delete new category
- admin can add / edit / delete the ingredients
- admin can add / edit / delete food
- admin can see all registered users
- admin can block user
- admin can see order
- admin can update order status
- admin can logout
Software Requirements And Steps For Installation
- install XAMPP first
- Download and Unzip project folder .
- Put this file inside c:/xampp/htdocs.
- Database Configuration
- Open phpmyadmin
- Create a database "php_ims"
- Select database "php_ims" and click on Import.
- Browser file "php_ims.sql" from db folder(downloaded by you)
- Click on "Go" button
- Open Your browser put inside "http://localhost/php_food_ordering_system/"