REST api for aquaponics data
Install mysql Run the database script
$ mysql
mysql> source PATH_TO_AQUA-API/setup/createdb.sqlIf this is development mode then you can additionally add the devuser.
mysql> source PATH_TO_AQUA-API/setup/devuser.sqlAny changes you make to the database config in those scripts must also be changed in dbconf.js.
$ npm install
Edit client-settings.js with your web address and port
$ npm test
Tests use the database config from dbconf.js