https://github.com/ujjwalkran/foodbear
https://github.com/ujjwalkran/foodbear
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ujjwalkran/foodbear
- Owner: ujjwalkran
- Created: 2022-12-23T13:36:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T13:19:10.000Z (about 2 years ago)
- Last Synced: 2025-02-14T23:20:53.397Z (3 months ago)
- Language: CSS
- Size: 7.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoodBear

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.
## Getting Started
To get started with FoodBear, you can follow these steps:
1. Clone this repository to your local machine using `git clone https://github.com/ujjwalkran/FoodBear.git`.
2. 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.
3. Import the `foodbear.sql` file in the project directory to create the necessary database and tables for the application.
4. Start the web server and navigate to the `index.html` file in the project directory to view the application.## Technologies Used
FoodBear is built using the following technologies:
- HTML
- CSS
- JavaScript
- PHP
- MySQL## Contributing
If you would like to contribute to FoodBear, please follow these guidelines:
1. Fork this repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and test them locally.
4. Submit a pull request to the `main` branch of this repository.