An example ng-admin configuration for interfacing with a Postgres database, exposed in REST via PostgREST.
Demo: http://marmelab.com/ng-admin-postgrest.
See introductory post in the marmelab blog.
make install
npm install http-server -g
http-server ./ -p 8000