Skip to content

A JavaScript based persistence framework for building object relational database applications

License

Notifications You must be signed in to change notification settings

StephenCote/featherbone

 
 

Repository files navigation

Featherbone

A JavaScript based persistence framework for building object relational database applications.

Prerequisites

Install

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

About

A JavaScript based persistence framework for building object relational database applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%