https://github.com/akashbera009/foodieroute.com
FoodieRoute.com is a web-based food ordering platform that connects users with the nearest available restaurants using a clean, responsive interface.
https://github.com/akashbera009/foodieroute.com
css food-ordering html javascript php sql
Last synced: about 2 months ago
JSON representation
FoodieRoute.com is a web-based food ordering platform that connects users with the nearest available restaurants using a clean, responsive interface.
- Host: GitHub
- URL: https://github.com/akashbera009/foodieroute.com
- Owner: akashbera009
- Created: 2025-06-15T07:20:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T07:49:48.000Z (about 1 year ago)
- Last Synced: 2025-06-15T08:41:40.844Z (about 1 year ago)
- Topics: css, food-ordering, html, javascript, php, sql
- Language: Hack
- Homepage:
- Size: 36.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# π½οΈ FoodieRoute.com
**FoodieRoute.com** is a dynamic web application that allows users to order food from the nearest available restaurants. Built using HTML, CSS, JavaScript, PHP, and SQL, the platform is designed to provide a seamless food ordering experience by connecting users with local eateries based on proximity and availability.
> π This project was developed as a part of our **4th Semester (2nd Year)** curriculum.
---
## π Features
- π Discover nearby restaurants
- π¦ Order food online with real-time updates
- π Restaurant menus and item listings
- π³ Basic order placement system
- πΊοΈ Location-based search functionality
- π Admin panel for managing restaurants and orders
---
## π οΈ Tech Stack
- **Frontend:** HTML, CSS, JavaScript
- **Backend:** PHP
- **Database:** MySQL (SQL)
---
## π¨βπ» Contributors
- **Akash Bera**
- **Subhayan Kapas**
- **Sourajyoti Chakraborty**
---
## π Project Structure (Simplified)
FoodieRoute.com/
βββ index.html
βββ css/
β βββ styles.css
βββ js/
β βββ script.js
βββ php/
β βββ db\_connect.php
β βββ order\_handler.php
βββ sql/
β βββ foodie\_route\_db.sql
βββ README.md
````
---
## π§ Installation & Setup
1. Clone the repository:
```bash
git clone https://github.com/your-username/FoodieRoute.com.git
````
2. Import the database:
* Create a MySQL database.
* Import `foodie_route_db.sql` into your database.
3. Configure the database connection:
* Update `php/db_connect.php` with your MySQL credentials.
4. Run the application:
* Use a local server environment (like XAMPP or WAMP).
* Open `index.html` in your browser or set it as the default page in your server directory.
---
## π Notes
* This project is intended for academic purposes and may not be optimized for production use.
* Additional security, optimization, and features should be added before deployment in a real-world environment.
---
## π License
This project is open-source and available under the [MIT License](LICENSE).
---
Made by Akash, Subhayan, and Sourajyoti.
```