A portal for the students of IIIT-H to rate the food items of different messes and decide what to eat
Install all the requirements given in requirements.txt using the command “pip3 install -r requirements.txt”.
Run the following commands in terminal
- export FLASK_APP=app.py
- export DATABASE_URL=postgres://ufceomocdaqakj:35f287da21534111d795ab2096859519b5747bf98ae67b4d78a4a4fb0d6b335d@ec2-34-198-243-120.compute-1.amazonaws.com:5432/dblg9iucgc5p52.
- export FLASK_ENV=development
- flask run