Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 564 Bytes

Team Turing

MESS@IIIT-H

A portal for the students of IIIT-H to rate the food items of different messes and decide what to eat

Installations

Install all the requirements given in requirements.txt using the command “pip3 install -r requirements.txt”.

Execution:

Run the following commands in terminal

  1. export FLASK_APP=app.py
  2. export DATABASE_URL=postgres://ufceomocdaqakj:35f287da21534111d795ab2096859519b5747bf98ae67b4d78a4a4fb0d6b335d@ec2-34-198-243-120.compute-1.amazonaws.com:5432/dblg9iucgc5p52.
  3. export FLASK_ENV=development
  4. flask run