Skip to content

Food ordering site build using Flask (Python) and Bootstrap

Notifications You must be signed in to change notification settings

ritesh-dt/Online-Mess-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Mess Database 🍱

Website for ordering food from local restaurants (or messes)

Features

For users

  1. explore variety of restaurants (and messes)
  2. use the in-depth search to find restaurants using location, name, menu item, etc.
  3. select your favourite food item ans initaite orders

For restaurants

  1. add your restaurant and menu easily
  2. order creation and tracking
  3. coupon based system to avoid order misplacement and possibly fraud

Other features

  1. administrator control on restaurants
  2. email verification of accounts (currently disabled)

Built using

  • Flask (Python)
  • Flask-SQLAlchemy
  • Bootstrap

Screenshots


image info Home page


image info Explore page (search for restaurants using name, location, menu items, tags)


image info Restaurant page (you can also view your orders for the restaurant here itself)


image info My Meals page (view all your orders for all restaurant here)


image info Restaurant registration page


image info Restaurant registration page (with menu shown)

Installation

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

Feedback

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

About

Food ordering site build using Flask (Python) and Bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published