# crudapi-help **Repository Path**: crudapi/crudapi-help ## Basic Information - **Project Name**: crudapi-help - **Description**: 无需编程,通过配置自动生成crud增删改查RESTful API接口,免费使用零代码(低代码,无代码)开发平台可以提高效率和节约成本,让数据处理变得更简单 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://crudapi.cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-22 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crudapi crudapi是crud+api组合,表示增删改查接口,是一款零代码可配置的产品。使用crudapi可以告别枯燥无味的增删改查代码,让您更加专注业务,节约大量成本,从而提高工作效率。crudapi的目标是让处理数据变得更简单,所有人都可以免费使用!无需编程,通过配置自动生成crud增删改查RESTful API,提供后台UI管理业务数据。基于主流的开源框架,拥有自主知识产权,支持二次开发。 # 元数据管理 支持各种类型的字段,序列号以及索引。 # 表关系 表关系设计,支持一对一、一对多、多对一、主子表等, 支持级联保存。 # 业务数据 列表查询,支持分页、查询、全文检索等功能,添加数据,编辑数据,删除数据。 ### 附demo演示 本系统属于产品级的零代码平台,不同于自动代码生成器,不需要生成Controller、Service、Repository、Entity等业务代码,程序运行起来就可以使用,真正0代码,可以覆盖基本的和业务无关的CRUD RESTful API。 官网地址:[https://crudapi.cn](https://crudapi.cn) 测试地址:[https://demo.crudapi.cn/crudapi/login](https://demo.crudapi.cn/crudapi/login) ### crudapi #### [crudapi系列一 入门](https://help.crudapi.cn/helloworld.html) #### [crudapi系列二 序列号](https://help.crudapi.cn/sequence.html) #### [crudapi系列三 表关系](https://help.crudapi.cn/relation.html) #### [crudapi系列四 表关系高阶](https://help.crudapi.cn/relations.html) #### [crudapi系列五 数据条件查询和分页](https://help.crudapi.cn/dataquery.html) #### [crudapi系列六 RBAC权限模型](https://help.crudapi.cn/rbac.html) #### [crudapi系列七 表单设计](https://help.crudapi.cn/table.html) #### [crudapi系列八 应用场景](https://help.crudapi.cn/scenario.html) #### [crudapi系列九 多数据库支持](https://help.crudapi.cn/database.html) #### [crudapi系列十 甲骨文oracle数据库](https://help.crudapi.cn/oracle.html) #### [crudapi系列十一 微软mssql数据库](https://help.crudapi.cn/mssql.html) ### 前端源码分析 1. [ 基于Vue和Quasar的前端SPA项目实战之环境搭建(一)](https://help.crudapi.cn/crudapi-admin-web/helloworld.html) 2. [ 基于Vue和Quasar的前端SPA项目实战之用户登录(二)](https://help.crudapi.cn/crudapi-admin-web/login.html) 3. [ 基于Vue和Quasar的前端SPA项目实战之布局菜单(三)](https://help.crudapi.cn/crudapi-admin-web/layout.html) 4. [ 基于Vue和Quasar的前端SPA项目实战之序列号(四)](https://help.crudapi.cn/crudapi-admin-web/sequence.html) 5. [ 基于Vue和Quasar的前端SPA项目实战之动态表单(五)](https://help.crudapi.cn/crudapi-admin-web/metadatatable.html) 6. [ 基于Vue和Quasar的前端SPA项目实战之表关系(六)](https://help.crudapi.cn/crudapi-admin-web/metadatarelation.html) 7. [ 基于Vue和Quasar的前端SPA项目实战之业务数据(七)](https://help.crudapi.cn/crudapi-admin-web/business.html) 8. [ 基于Vue和Quasar的前端SPA项目实战之docker部署(八)](https://help.crudapi.cn/crudapi-admin-web/docker.html) 9. [ 基于Vue和Quasar的前端SPA项目实战之数据导入(九)](https://help.crudapi.cn/crudapi-admin-web/import.html) 10. [ 基于Vue和Quasar的前端SPA项目实战之文件上传(九)](https://help.crudapi.cn/crudapi-admin-web/fileupload.html) 11. [ 基于Vue和Quasar的前端SPA项目实战之联合索引(十一)](https://help.crudapi.cn/crudapi-admin-web/unionindex.html) 12. [ 基于Vue和Quasar的前端SPA项目实战之数据库逆向(十二)](https://help.crudapi.cn/crudapi-admin-web/dbfirst.html) 13. [ 基于Vue和Quasar的前端SPA项目实战之数据导出(十三)](https://help.crudapi.cn/crudapi-admin-web/export.html) 14. [ 基于Vue和Quasar的前端SPA项目实战之模块管理(十四)](https://help.crudapi.cn/crudapi-admin-web/module.html) 15. [ 基于Vue和Quasar的前端SPA项目实战之元数据导出导入(十五)](https://help.crudapi.cn/crudapi-admin-web/metadataexportimport.html) 16. [ 基于Vue和Quasar的前端SPA项目实战之拖拽表单定制(十六)](https://help.crudapi.cn/crudapi-admin-web/formbuilder.html) ### 源码下载 名称 | 类型 | 授权 | GitHub仓库 | Gitee仓库 --- | --- | --- | --- | --- crudapi-admin-web | Vue Qusar源码 | 开源 | [crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web) | [crudapi-admin-web](https://gitee.com/crudapi/crudapi-admin-web) crudapi-example| Java集成SDK | 永久免费 | [crudapi-example](https://github.com/crudapi/crudapi-example) | [crudapi-example](https://gitee.com/crudapi/crudapi-example)