Skip to content

A web-based automated ordering platform for restaurants, allowing customers to place, customize, and track orders, preventing duplicate orders for the same item on the same day.

License

Notifications You must be signed in to change notification settings

Eeshu-Yadav/DineFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DineFlow

DineFlow is an automated online ordering platform for restaurants, allowing customers to browse available menu items, customize their orders with special instructions, select a date, and easily place orders without duplication. The system ensures that customers cannot order the same item on the same day and generates an order ID for every successful order.

Table of Contents

Video Guide

For a visual guide, check out the video below:

Video Guide

Installation

Prerequisites

  • Python 3.x
  • Django (4.2.16)

Steps to Install

  1. Clone the repository:
    git clone https://github.com/Eeshu-Yadav/dineflow-restaurant-ordering-system
    
  2. Navigate to the project directory:
    cd projectname
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment: On macOS/Linux:
    source venv/bin/activate
  5. Install dependencies:
    pip install -r requirements.txt
    
    

About

A web-based automated ordering platform for restaurants, allowing customers to place, customize, and track orders, preventing duplicate orders for the same item on the same day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published