Giter Club home page Giter Club logo

tduck-platform's Introduction

TDUCK logo

数据收集,如此简单。

star fork star fork

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


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

提示

💥表单设计模块暂未开源,项目通过npm引用,不影响使用、二开其他功能。
💥作者说:把 github托管的这个项目 点到1.5k star! 💥就全部开源!
💥如果您想提前获得该源码 请贡献20个star(gitee/github都行),联系作者获取源码!


开源版

PRO版

  • 在线体验:演示地址
  • 账号:test
  • 密码:12345678

快速启动

配置最小开发环境:

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

启动后端服务

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

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

启动管理后台前端

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

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

了解更多

tduck-platform's People

Contributors

nigulasifenhongma avatar smalljop avatar tduckboot avatar bemege avatar dearsurf avatar cabbage89 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.