/nutrition-challenge

Flask Python project for data storytelling!

Primary LanguagePython

nutrition-challenge

Flask Python project for data storytelling! Utilizes data from the nutritionix API. To see a sample Juicebox app, click here.

Getting Started

Clone this repository:

git clone git@github.com:gqgonzales/nutrition-challenge.git

Install pip:

python get-pip.py

Install dependencies:

pip install -r requirements.txt

Activate virtual environment:

. venv/bin/activate

To initialize the app after installing required dependencies, use:

export FLASK_APP=app

To run the applicaiton on a local server, use:

flask run

To complete a task and export as JSON, use:

python task-number.py