摘要:Mongo-Express
這應該是MongoDB管理介面,使用Node.Js撰寫,
實際安裝結果是……似乎Windows無法安裝,或我照著安裝失敗了。
安裝與使用方式如下
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.