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

https://github.com/marmelab/ng-admin-postgrest

Demo of an integration between ng-admin and PostgREST
https://github.com/marmelab/ng-admin-postgrest

ng-admin postgresql

Last synced: about 1 year ago
JSON representation

Demo of an integration between ng-admin and PostgREST

Awesome Lists containing this project

README

          


archived
Archived Repository

This code is no longer maintained. Feel free to fork it, but use it at your own risks.

Ng-admin + PostgRest
====================

An example [ng-admin](https://github.com/marmelab/ng-admin) configuration for interfacing with a Postgres database, exposed in REST via [PostgREST](https://github.com/begriffs/postgrest).

Demo: [http://marmelab.com/ng-admin-postgrest](http://marmelab.com/ng-admin-postgrest).

See [introductory post in the marmelab blog](http://marmelab.com/blog/2015/03/23/using-ng-admin-with-postgrest.html).

Install
-------

```sh
make install
make run
```