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

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

Awesome Lists containing this project

README

        

[![Stories in Ready](https://badge.waffle.io/timwis/ext-postgrest-crud.png?label=ready&title=Ready)](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`