You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

# moredoc - 魔豆文库
2 years ago
moredoc - 魔豆文库,由 深圳市摩枫网络科技(https://mnt.ltd) 基于golang开发的类似百度文库的开源文库系统支持TXT、PDF、EPUB、office等格式文档的在线预览与管理`dochub文库`( [github](https://github.com/truthhun/dochub), [gitee](https://gitee.com/truthhun/DocHub) )的重构版本。
2 years ago
## 特性
- 支持多种格式文档的在线预览包括TXT、PDF、EPUB、office等格式文档。
- 前后端分离前端基于vue.js后端基于golang支持多平台部署
- 基于apache2.0开源协议,源码开放,可自由修改、二次开发
## 技术栈
- Golang gin + gRPC
- Vue.js : nuxt2 + element-ui
- Database : MySQL 5.7
## 开源地址
- Github - https://github.com/mnt-ltd/moredoc
- Gitee - https://gitee.com/mnt-ltd/moredoc
- MNT.Ltd - https://git.mnt.ltd/mnt/moredoc
## 初始化
```
# 安装go依赖
go mod tidy
# 初始化工程依赖
make init
# 编译proto api
make api
2 years ago
```
## 开发说明
- 除了文件上传相关的接口其他接口一律使用proto进行定义。
2 years ago
## 管理员初始账号密码
```
账号admin
密码mnt.ltd
```