An open API service indexing awesome lists of open source software.

https://github.com/benoror/ember-postgrest-dynamic-ui

ember-postgrest-dynamic-ui - https://www.youtube.com/watch?v=BJz3ROHPwKU
https://github.com/benoror/ember-postgrest-dynamic-ui

ember postgresql postgrest

Last synced: about 1 year ago
JSON representation

ember-postgrest-dynamic-ui - https://www.youtube.com/watch?v=BJz3ROHPwKU

Awesome Lists containing this project

README

          

# Ember PostgREST Dynamic UI

Dynamic UI in Ember powered by [PostgREST](http://postgrest.com/) and [Ember Formly](https://github.com/formly-js/ember-formly)

## Video Demo

[![Ember PostgREST Dynamic UI](http://i.imgur.com/jAVeFAT.png)](https://www.youtube.com/watch?v=BJz3ROHPwKU)

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

### Install PostgREST

Instructions at: [http://postgrest.com/](http://postgrest.com/)

## Running

* `ember server`
* [Run PostgREST](http://postgrest.com/install/server/#running-the-server)
* Visit your app at http://localhost:4200.

## 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/](http://ember-cli.com/).