Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.35 KB

Deprecated sample - not maintained anymore (Summer 2016)

Mongo Admin Sample

This sample is now retired, it is not maintained anymore. It is provided as-is and we discourage using it in your production code.

Description

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

Setup/Usage Instructions

  • 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.

License

That samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Written by Philippe Leefsma