micro-service to serve Loomio data as agents and relationships
git clone https://github.com/holodex/loomio-data
cd loomio-data
npm install
npm start
start the server, by default on port 5000
npm start
run the ava tests
npm test
start the server with NODE_ENV=development and automatic reloading on code changes
npm run dev
start the server with NODE_ENV=production
npm run prod