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
- Host: GitHub
- URL: https://github.com/marmelab/ng-admin-postgrest
- Owner: marmelab
- Archived: true
- Created: 2015-03-04T17:00:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T07:37:44.000Z (about 7 years ago)
- Last Synced: 2025-03-25T18:17:02.444Z (about 1 year ago)
- Topics: ng-admin, postgresql
- Language: JavaScript
- Homepage: http://marmelab.com/ng-admin-postgrest
- Size: 3.3 MB
- Stars: 111
- Watchers: 16
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```