fabwu / hackzurich2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Zurich

Foodprint is an app that helps you assess the environmental footprint of different meal options when scanning a menu in a restaurant.

This is our submission to HackZurich 2020.

Links

Run Backend

# Switch to venv
pip install requests flask goslate


export FLASK_APP=src/backend/application.py
export FLASK_ENV=development
python -m flask run

Deployment

az webapp up

About


Languages

Language:Kotlin 56.9%Language:Python 43.1%