Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.19 KB

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