强大的 nodejs的mongodb管理工具,强大到即下即用:

安装需求:

  1.git命令获取组件包,git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo

  2.相应目录下执行 npm install 命令,安装node组件

  3.执行npm start 或node app 启动管理工具

  4.访问http://127.0.0.1:1234即可

 

使用要领:

  进入管理工具首页后,在 Connection string 中输入mongodb数据库连接串,如图,详细格式请见:mongodb://<user>:<password>@127.0.0.1:<port>/<db>,成功后,即可操作数据库

Nodejs mongodb  管理组件adminmongodb

 如此强大的工具,不得不推荐

 

Installation

  1. Navigate to folder & install adminMongo: git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo
  2. Install dependencies: npm install
  3. Start application: npm start or node app
  4. Visit http://127.0.0.1:1234 in your browser

相关文章:

  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-07-02
  • 2022-01-20
  • 2021-04-21
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2021-07-27
相关资源
相似解决方案