| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
crudapi is a combination of crud and api, which stands for create, delete, update and retrieve interface. It is a zero-code product by configuring. crudapi allows you to focus on your business, save a lot of money, and improve your work efficiency by eliminating the tedious process of crud code. crudapi aims to make working with data easier and is free for everyone!
crudapi是crud+api组合,表示增删改查接口,是一款零代码可配置的产品。使用crudapi可以告别枯燥无味的增删改查代码,让您更加专注业务,节约大量成本,从而提高工作效率。crudapi的目标是让处理数据变得更简单,所有人都可以免费使用!
| 名称 | 类型 | 授权 | GitHub仓库 | Gitee仓库 |
|---|---|---|---|---|
| crudapi-admin-web | Vue Qusar源码 | 开源 | crudapi-admin-web | crudapi-admin-web |
| crudapi (main) | Java源码(1.0稳定版) | 开源 | crudapi | crudapi |
| crudapi (ft-crudapi-2) | Java源码(2.0开发中) | 开源 | crudapi | crudapi |
| crudapi-example | Java集成SDK Demo | 开源 | crudapi-example | crudapi-example |
npm installnpm run devnpm run lintnpm run buildupdate file quasar.conf.js, set devServer->proxy->target quasar.conf.js
devServer: {
https: false,
port: 8080,
open: true,
proxy: {
"/api/*": {
target: "http://127.0.0.1:8888",
changeOrigin: true
}
}
}docker build -t crudapi-admin-web:latest .
docker rm -f crudapi-admin-web
docker run -d -p 80:80 --name crudapi-admin-web crudapi-admin-web:latestVisit http://127.0.0.1/crudapi
Ongoing updates...
Demo url:https://demo.crudapi.cn/crudapi/
https://github.com/crudapi/crudapi-example
https://gitee.com/crudapi/crudapi-example
1440737304
632034576
undefinedneqnull
If you have any questions, please contact us!
Copyright (c) 2021-present crudapi
| Back | FazBrowse Home | New Git URL |