https://github.com/timwis/handsontable-postgrest
An excel-like database table editor using Handsontable + PostgREST
https://github.com/timwis/handsontable-postgrest
Last synced: 4 months ago
JSON representation
An excel-like database table editor using Handsontable + PostgREST
- Host: GitHub
- URL: https://github.com/timwis/handsontable-postgrest
- Owner: timwis
- Created: 2015-12-23T12:40:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T17:27:05.000Z (over 9 years ago)
- Last Synced: 2024-12-30T07:24:30.961Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 28
- Watchers: 5
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handsontable PostgREST
An excel-like database table editor using [Handsontable](http://handsontable.com) and [PostgREST](http://postgrest.com)# Installation
Clone the repository and install dependencies via `npm install`# Development
This project uses webpack for compilation of assets. Run `npm start` to watch/recompile/live-reload assets
and use `http://localhost:8080/webpack-dev-server/` to view it. Run `npm test` to run the linter and tests.To build the application for production, use `npm run build`. To build and deploy the application, ensure
`deploy.sh` has execute permissions (`chmod +x deploy.sh`) and use `npm run deploy`