A JavaScript based persistence framework for building object relational database applications.
On the first install you will need to pass credentials of a postgres superuser that can create the database and grant permissions to your adminstrative service user defined here.
Either download and unzip the latest release, or clone this repository and from the destination location:
$ npm install
$ node install --username postgres --password <your password>
$ node server
From your browser navigate to http://localhost to run the application. Use the same username and password as specified as in your PostgreSQL configuration service user ("admin"/"password" by default) to sign in.
A documentation server may be installed from here