Ruzihm / coin-chance

An open source crypto currency play-and-invest gambling site
GNU Affero General Public License v3.0
35 stars 23 forks source link

Database management frontend #16

Open fedaykinofdune opened 10 years ago

fedaykinofdune commented 10 years ago

Ok, so not an issue really, but I figured this was the best way to drop a line to you. I've tried smog and mongo-connect, but both seem to be unsupported, and as of the versions I tried last night, broken. I've gotten more acquainted with MongoDB so digging thru the DB by hand isn't that hard, but I would prefer a GUI where possible. Do you know of any other MongoDB utils that work and that are installable via NPM? Smog looked so nice, shame it was broken!

Ruzihm commented 10 years ago

I would try mongoui, but if npm is necessary, perhaps mongo-edit will work in the meantime. Don't forget to avoid port conflicts on the web frontends.

Please report back if you find one that works well :smile: