Website for ordering food from local restaurants (or messes)
For users
- explore variety of restaurants (and messes)
- use the in-depth search to find restaurants using location, name, menu item, etc.
- select your favourite food item ans initaite orders
For restaurants
- add your restaurant and menu easily
- order creation and tracking
- coupon based system to avoid order misplacement and possibly fraud
Other features
- administrator control on restaurants
- email verification of accounts (currently disabled)
- Flask (Python)
- Flask-SQLAlchemy
- Bootstrap
Home page
Explore page (search for restaurants using name, location, menu items, tags)
Restaurant page (you can also view your orders for the restaurant here itself)
My Meals page (view all your orders for all restaurant here)
Restaurant registration page
Restaurant registration page (with menu shown)
Make sure you have Python 3.x installed.
$ cd Online-Mess-Database
$ pip install -r requirements.txt
$ python main.py
(If you get any python or pip not found errors, try using python3 or pip3 instead)
Using a Python virtual environment is recommended
$ python -m venv online-mess-venv
$ source online-mess-venv/bin/activate
$ pip install -r requirements.txt
If you have any new ideas or suggestions regarding this project, you can create a new feature issue here or contact me at riteshdthakur@gmail.com