Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.1 KB

NutritionXpert

This is an application that provides the user with detailed nutritional information of ingredients or arbitrary combination thereof (recipes). This information can further be summed over entire weeks with detailed nutritional analysis.

Setup

./bin/console doctrine:schema:create                    # Creates database
./bin/console doctrine:schema:create                    # Creates the schema
./bin/console assets:install --symlink                  # Install all the assets
./bin/console app:ingredients:swiss:import http://www.naehrwertdaten.ch/Swiss%20Food%20Comp%20Data%20V5.2.xlsx

Future development

  • RESTful API
  • Order interface to different online stores

Data Sources

For now only the swiss nutrition database can be imported.