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.
./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
- RESTful API
- Order interface to different online stores
For now only the swiss nutrition database can be imported.