0.0.10 • Published 10 years ago

nodedbadmin v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

nodedbadmin

nodeDBAdmin - mysql and mongodb (and other databases in future) database administration software (like phpMyAdmin, but on node.js).

It's single page application uses express, socket.io on server and ember.js on client.

Install & start

  1. Install Node.js
  2. $ npm install -g nodedbadmin
  3. $ nodedbadmin
  4. Open http://localhost:4242/ in your browser
  5. Click "Edit connections" and add connection
  6. Select connection & database

See $ nodedbadmin --help for all available options.