FoodBear is a web application for ordering food online. It allows users to browse through various restaurants, choose dishes from their menus, and place an order for delivery or pickup. The application also has features such as real-time order tracking, payment processing, and user reviews. It aims to simulate the working of a database centric web application to order food. A connection between the database and the User Interface is done and the User Interface interacts with the database efficiently, by means of Stored Procedures and Functions.
To get started with FoodBear, you can follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/ujjwalkran/FoodBear.git. - Set up a web server and database for the application. FoodBear uses PHP and MySQL, so you will need to have a web server with PHP and MySQL installed and running on your machine. You can use software such as XAMPP or WAMP to set up a local web server environment.
- Import the
foodbear.sqlfile in the project directory to create the necessary database and tables for the application. - Start the web server and navigate to the
index.htmlfile in the project directory to view the application.
FoodBear is built using the following technologies:
- HTML
- CSS
- JavaScript
- PHP
- MySQL
If you would like to contribute to FoodBear, please follow these guidelines:
- Fork this repository.
- Create a new branch for your feature or bugfix.
- Make your changes and test them locally.
- Submit a pull request to the
mainbranch of this repository.
