Given natural, physiological, and currently-stocked-kitchen constraints, help the user compose meals for the day that will exactly meet his or her nutritional demands (according to the best data available).
Requirements:
Setup db:
$> createdb nutrition
$> createuser --pwprompt test # make password "test"
$> lein run -m nutrition.refresh-db # to populate database
To run:
$> lein run
To run tests:
$> lein test
Copyright (C) 2011 thanthese productions