Skip to content

Customers Place order while scanning QR code on tables , Check menu and place orders Hotel Manager / staff checks the orders and serve it to customers . Customers check out with payment ( online / cash mode ) . Deployment of the project to cloud considering continous integration.

Notifications You must be signed in to change notification settings

WooTechnology/DINE-IN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DINE-IN

Customers Place order while scanning QR code on tables , Check menu and place orders. Hotel Manager / staff checks the orders and serve it to customers . Customers check out with payment.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requires Nodejs and Python3 to run locally. See instructions to setup Python3 and Nodejs .

Installation

Frontend(React)

  • Clone the repository in a folder and write the following commands
1.git clone https://github.com/WooTechnology/DINE-IN.git
2.cd DINE-IN/Hotel App/frontend/
3.npm install
  • Start Development Server
4.npm start

Open localhost:3000

Backend(Flask)

  • Setup virtual environment
1.pip install virtualenv
2.virtualenv venv --python=python3.6
3.source venv/bin/activate
  • Install all dependencies
pip install -r requirements.txt
  • Run Server
python3 app.py

Screenshots

Home

Customer Details

QR Code Scan

Place Order

Payment

Checkout

Hotel Register

Hotel Login

Orders

Hotel Menu

Demo Video

Demo Video Link

About

Customers Place order while scanning QR code on tables , Check menu and place orders Hotel Manager / staff checks the orders and serve it to customers . Customers check out with payment ( online / cash mode ) . Deployment of the project to cloud considering continous integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages