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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Requires Nodejs and Python3 to run locally. See instructions to setup Python3 and Nodejs .
- 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
- 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