Node.Js - Mongo-Express

摘要:Mongo-Express

這應該是MongoDB管理介面,使用Node.Js撰寫,

實際安裝結果是……似乎Windows無法安裝,或我照著安裝失敗了。

 

http://andzdroid.github.io/mongo-express/?utm_content=buffer26dd4&utm_source=buffer&utm_medium=google&utm_campaign=Buffer

安裝與使用方式如下

Usage

To install:

npm install mongo-express

Or if you want to install a global copy:

npm install -g mongo-express

To configure:

Copy config.default.js into a new file called config.js.

Fill in your MongoDB connection details, and any other options you want to change.

To run:

node app

To use:

Visit http://localhost:8081 or whatever URL/port you entered into your config.