# apitable 团队实时协作table编辑,类似于excel协作。提供行列权限,模板。 可视化创建表单,并提供api对数据表进行增删改查,这样就无需后端开发。 提供chatgpt对接,dashboard新建一个bot之后,导入自定义训练数据,分享连接,生成一段嵌入式html脚本,可以嵌入各网站,实现智能客服的功能。 每月$5,普通用户限制表单数据5000条,作为开发者可以快速开发。 ## Usage 安装docker,docker-compser ``` # 体验 sudo docker run -d -v ${PWD}/.data:/apitable -p 80:80 --name apitable apitable/all-in-one:latest # 纯净镜像 curl https://apitable.github.io/install.sh | bash ``` ## Develop java,mysql后端 ``` make dataenv make install #start backend-server make run # enter 1 # and then switch to a new terminal # start room-server make run # enter 2 # and then switch to a new terminal # start web-server make run # enter 3 # and then switch to a new terminal # start databus-server make run # enter 4 ```