Nourish is an app to keep track of your calorie intake

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
# To create .env
echo "API_KEY='Your API KEY (without quotes) goes here'" > .env
# To run app
flask --app app/main run- Go to https://fdc.nal.usda.gov/api-key-signup.html
- Fill out the form and get
API KEY - Use commands from "To start" to create .env and start the application!