Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.77 KB

Online Food Ordering System

Overview

This is an Online Food Ordering System developed for Code Camp. The system allows users to browse restaurants, view popular dishes, and place orders for delivery or takeout. It is built using PHP and Laravel.

Author

Features

  • User authentication for login and registration.
  • Browse restaurants and view their menus.
  • Order food from a variety of dishes.
  • Track orders through the "My Orders" section.
  • Responsive design for a seamless user experience.

Getting Started

  1. Clone the repository: git clone https://github.com/shreyaskbkukke/Online-Food-Ordering-System.git
  2. Set up the database using the SQL script provided.
  3. Configure the database connection in connection/connect.php.
  4. Run the application on a local server.

Dependencies

Folder Structure

  • connection/ - Database connection configuration.
  • css/ - Stylesheets.
  • images/ - Image assets.
  • admin/ - Admin panel (not provided in the code).
  • index.php - Home page.
  • restaurants.php - Restaurants listing page.
  • dishes.php - Dishes page.
  • login.php - Login page.
  • registration.php - Registration page.
  • your_orders.php - My Orders page.
  • logout.php - Logout functionality.
  • README.md - Project documentation.

License

This project is licensed under the CC License - see the LICENSE.md file for details.