This sample is now retired, it is not maintained anymore. It is provided as-is and we discourage using it in your production code.
That sample implements a basic administration console for a Mongo database. Frontend is implemented using AngularJS components
##Node Dependencies
Install dependencies before running the app by running "npm install" command from the server directory.
- serve-favicon
- body-parser
- express
- mongodb
- util
- Install Node.js
- Run "npm install" command from the server directory
- Either install and run a mongo databse locally or create an account on mongolab
- Replace the place holder with your own database information in config-server.js
- Run the server: "node server.js" from command line
- Connect to server locally using a WebGL-compatible browser: http://localhost:3000/node/mongo-admin. You need a internet connection if you are using mongolab as database host.
That samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Written by Philippe Leefsma