Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 2.08 KB

README.md

File metadata and controls

94 lines (49 loc) · 2.08 KB

FoodUs

made-with-python

Django

SQLITE3

MIT license

A revolutionary idea for the future restaurants!

Description

FoodUs is a unique web based AR food menu app to simplify and improve the offline food ordering process inside any restaurant.

FoodUs.-.Food.ordering.at.restaurants.-.22.September.2022.mp4

How it works:

  1. When a Customer comes inside a restaurant, they can scan the restaurant QR code present on their table from the FoodUs app.

  2. After scanning they get to see the menu through which they can see each and every food item as an Augmented reality visual on their table and they can finalise their order and pay directly from the app.

  3. The seat number and order is then sent to the staff to process the food order.

Key features:

  • QR Code scanner

  • AR Visualisation(Unique feature)

  • User Authentication(signup/login)

  • Restaurant creation, cuisine creation

  • Register locations

  • Order page

  • Payments

Running the application locally

Step 1

Clone the repository

git clone https://github.com/ayushtamra/TweeKo.git

Step 2

cd inside the project folder

Make a virtual environment, Using

python3 -m venv venv

Activate it using:

source venv venv/bin/activate

Step 3: Installing required packages

pip install -r requirements.txt

Step 4: Running the application

Using,

python3 manage.py runserver

The application should run on localhost

How to contribute to this repository✨

Refer to CONTRIBUTING.md

Made in India 🇮🇳 by Ayush❤️