https://github.com/timwis/ext-postgrest-crud
An Ext.js-powered, spreadsheet-style Grid for Create/Read/Update/Delete against a postgres database with a PostgREST API in front of it
https://github.com/timwis/ext-postgrest-crud
Last synced: 25 days ago
JSON representation
An Ext.js-powered, spreadsheet-style Grid for Create/Read/Update/Delete against a postgres database with a PostgREST API in front of it
- Host: GitHub
- URL: https://github.com/timwis/ext-postgrest-crud
- Owner: timwis
- Created: 2015-08-09T19:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T09:58:16.000Z (over 9 years ago)
- Last Synced: 2025-03-25T08:42:53.208Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://timwis.github.io/ext-postgrest-crud
- Size: 5.24 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[](https://waffle.io/timwis/ext-postgrest-crud)
# Ext.js CRUD
An Ext.js-powered, spreadsheet-style Grid for Create/Read/Update/Delete against a postgres database with a [PostgREST API](https://github.com/begriffs/postgrest) in front of it. Leverages [jarvus-postgrest-apikit](https://github.com/JarvusInnovations/jarvus-postgrest-apikit).# Installation
1. Install Sencha CMD using the [installer](https://www.sencha.com/products/extjs/cmd-download/)
2. Clone this repository
3. From within this repository, install dependencies via `npm install`
4. Run the application in development mode using `sencha app watch`