Simple back-end using Koa.js/PostgreSQL
Open terminal at project root and execute
$ npm install
Set origin (client) URL
$ export URL_ORIGIN='http://127.0.0.1:8081'
Initialize and seed database
$ export NODE_ENV=development && npm run db-init
$ export SIMPLE_SCHEDULER="false" && npm run debug
$ NODE_ENV=test && npm test