Skip to content

An administration console for mongo databases using Node.js backend and Angular frontend

License

Notifications You must be signed in to change notification settings

GetSomeRest/mongo-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An administration console for mongo databases using Node.js backend and Angular frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published