Skip to content

benoror/ember-postgrest-dynamic-ui

Repository files navigation

Ember PostgREST Dynamic UI

Dynamic UI in Ember powered by PostgREST and Ember Formly

Video Demo

Ember PostgREST Dynamic UI

Installation

  • git clone this repository
  • npm install
  • bower install

Install PostgREST

Instructions at: http://postgrest.com/

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.