Admin panel for Node.js and Mongoose [closed]
Solution 1:
Have a look on this link:
https://github.com/wearefractal/smog
... it is a straightforward tool to admin mongoDB from webUI.
it looks pretty good, and may be in near future User based management will be added, but you can extend this to support the features you need.
UPDATE
smog
is no longer supported, instead have a look into MongoTron
Solution 2:
https://github.com/jedireza/drywall
This seems promising as a good start to an admin panel.
Solution 3:
If your Node.js app exposes a RESTful API, ng-admin is a good solution.
Disclaimer: we built it.
Solution 4:
We've used http://keystonejs.com/ for creating admin UIs.