An open API service indexing awesome lists of open source software.

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.

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.

```