abk-user
v1.0.0
Published
Abakio User Logic
Downloads
15
Readme
Abk-user

Logic user for new abakio applications
Development
Install dependencies
npm install
Run server
node init.js
Testing
For testing we are using lab and Code as assertion library. Also you must create the following environment variables PG_USER, PG_PASSWORD and PG_PORT (yep for postgres connection string) and a database called abk_modules
Run Tests
npm test
Code Coverage
npm run coverage
Code Documentation
JsDoc all the things!
npm run docs
