https://github.com/colevoss/pg-connect
Web based Postgres viewer
https://github.com/colevoss/pg-connect
Last synced: 8 months ago
JSON representation
Web based Postgres viewer
- Host: GitHub
- URL: https://github.com/colevoss/pg-connect
- Owner: colevoss
- License: mit
- Created: 2015-04-27T22:29:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T22:43:45.000Z (about 11 years ago)
- Last Synced: 2025-04-08T05:51:14.995Z (about 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg-Connect
#### Work in progress
A web based Postgres database viewer.
Built using Hapi.js and React.js, (mullet stack)
[Facebook](http://facebook.github.io/react/) in the front. [Walmart](http://walmartlabs.github.io/hapi/) in the back.
All sitting on top of [Node.js](http://nodejs.org/).
Start pg-Connect:
```
npm start -u -p
```
Point your browser to `http://localhost:8000` to see the your postgres databases!