/oop-group-3

FoodHub

Primary LanguagePythonOtherNOASSERTION

FoodHub.SG

A health app that tracks your calorie intake and recommends healthy food near you!

Run

$ export FLASK_APP=foodhubsg
$ export FLASK_ENV=development
$ flask init-db
$ flask run --port=80

Or on Windows cmd:

> set FLASK_APP=foodhubsg
> set FLASK_ENV=development
> flask init-db
> flask run --port=80

Open http://127.0.0.1:5000 in a browser.