#
mgweb
go语言编写的 mongodb web管理工具
项目使用beego框架实现
##
[](https://github.com/29392964/mgweb#项目依赖)项目依赖
项目基于beego,mgo等项目,使用时需提前安装依赖库
##
[](https://github.com/29392964/mgweb#安装)安装
$ git clone [https://github.com/29392964/mgweb](https://github.com/29392964/mgweb)
$ go build
$ ./mgweb
##
[](https://github.com/29392964/mgweb#相关配置)相关配置
可以在conf/app.conf文件中配置
服务端口
每页显示数据条数
##
[](https://github.com/29392964/mgweb#登录)登录
mongouri 格式如下:
user:password@ip:port/db
#
[](https://github.com/29392964/mgweb#demo)DEMO
[http://mgweb.no3g.com](http://mgweb.no3g.com/)
##
[](https://github.com/29392964/mgweb#使用golang-docker交叉编译)