1 Star 0 Fork 1.2K

liumengyang123 / tduck-platform

forked from TDUCK / tduck-platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
mage 提交于 2023-02-04 05:58 . update README.md.


TDUCK logo

一款在线数据收集/问卷调查工具

star fork star fork

官方网站  部署文档  微信社区  bilibili频道


目前市面上的表单平台虽然功能强大,但是部分业务组件或者额外收取存储等费用,且费用较高,在数据隐私性较强且有特殊表单需求的场景下无法满足业务需求,国内的开源表单系统比较少,tduck表单应运而生。愿景能够让企业低成本拥有独立自定义表单问卷,快速赋能业务。

🚀 立即体验

快速启动 部署文档

配置最小开发环境:

创建一个tduck的数据库 版本≥mysql5.7 ,并执行项目目录下doc/tduck.sql文件

1️⃣ 启动后端

打开命令行,输入以下命令

mvn clean install -DskipTests
cd tduck-platform/tduck-api
mvn clean package -DskipTests
java -Dfile.encoding=UTF-8 -jar target/tduck-api.jar

2️⃣ 启动前端

打开命令行,输入以下命令

npm install -g cnpm --registry=https://registry.npm.taobao.org
cd tduck-front
cnpm install
cnpm run serve

浏览器打开,输入网址http://localhost:8888, 进入页面。

项目源码

后端源码 前端源码
https://gitee.com/TDuckApp/tduck-platform https://gitee.com/TDuckApp/tduck-front
https://github.com/TDuckCloud/tduck-platform https://github.com/TDuckCloud/tduck-front

技术体系

服务端

- SpringBoot 
- Mybatis-Plus
- Lombok
- Hutool
- Guava

客户端

- Vue2
- ElementUI
- Echarts
- Axios
- nprogress

后端结构

  • tduck-common 通用模块
  • tduck-account 账号模块
  • tduck-storage 存储模块
  • tduck-project 项目模块
  • tduck-wx-mp 微信公众号模块
  • tduck-api 客户端API
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liumengyang123/tduck-platform.git
git@gitee.com:liumengyang123/tduck-platform.git
liumengyang123
tduck-platform
tduck-platform
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891