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
- Host: GitHub
- URL: https://github.com/benoror/ember-postgrest-dynamic-ui
- Owner: benoror
- License: mit
- Created: 2016-07-14T00:27:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T03:39:02.000Z (over 9 years ago)
- Last Synced: 2025-04-17T23:31:21.299Z (about 1 year ago)
- Topics: ember, postgresql, postgrest
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
[](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/).