Menu

Tree [bbf27f] master /
 History

HTTPS access


File Date Author Commit
 misc 2014-02-07 nexus87 nexus87 [88dc44] added license
 resources 2014-02-07 nexus87 nexus87 [bbf27f] Updated the readme file
 src 2014-02-07 nexus87 nexus87 [88dc44] added license
 German.xml 2013-06-26 nexus87 nexus87 [21ead7] Now using QXml for import and export
 LICENSE 2014-02-07 nexus87 nexus87 [88dc44] added license
 QNutrition.pro 2013-06-28 Nexus Nexus [4a4c09] Change folder structure
 README 2014-02-07 nexus87 nexus87 [bbf27f] Updated the readme file
 test.html 2012-05-30 nexus87 nexus87 [ea3730] Recipe Viewer and Recipe Editor
 test.html~ 2012-05-30 nexus87 nexus87 [ea3730] Recipe Viewer and Recipe Editor

Read Me

QNutrition helps you to manage your diet. It needs Qt5

To compile it use:

qmake && make

It also need a MySQL server. To create the database, start mysql with the command
	mysql -u root
and create the database:
	CREATE DATABASE QNutrition;
	USE QNutrition;
	grant all privileges on QNutrition.* to 'QNutrition'@'localhost';

Now you can import the (german) food data from German.xml

The icons database.png, delete.png, editor.png and planer.png were created by the Oxygen Project (oxygen-icons.org).
MongoDB Logo MongoDB