Skip to content

aquaponicslab/aqua-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aqua-api

REST api for aquaponics data

install

Database

Install mysql Run the database script

$ mysql
mysql> source PATH_TO_AQUA-API/setup/createdb.sql

If this is development mode then you can additionally add the devuser.

mysql> source PATH_TO_AQUA-API/setup/devuser.sql

Any changes you make to the database config in those scripts must also be changed in dbconf.js.

Application Code

$ npm install

Edit client-settings.js with your web address and port

test

$ npm test

Tests use the database config from dbconf.js

About

REST api for aquaponics data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%