https://github.com/codebdy/rx-models
Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。
https://github.com/codebdy/rx-models
Last synced: 10 months ago
JSON representation
Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。
- Host: GitHub
- URL: https://github.com/codebdy/rx-models
- Owner: codebdy
- Created: 2021-05-18T06:50:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T06:12:58.000Z (over 4 years ago)
- Last Synced: 2025-09-08T00:02:08.844Z (10 months ago)
- Language: HTML
- Homepage: https://rxdrag.com/
- Size: 1.08 MB
- Stars: 71
- Watchers: 4
- Forks: 20
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rxModels 是一个低代码后端服务,基于业务模型生成后端,提供通用查询JSON接口
# 本项目计划重构为GraphQL版,可能不再维护
演示地址:https://rxmodels-client.rxdrag.com/login
## 安装服务端
```console
#不用下面第一条命令,直接在Github网站上Download一个zip格式的代码包,然后解压也很方便
git clone https://github.com/rxdrag/rx-models.git
cd rx-models
npm install
npm run start:dev
```
在浏览器输入:http://localhost:3001/ ,看到熟悉的“Hello World!”,则说明已经成功运行了。
服务端使用了Sharp图形处理库来管理图片,这个库不设置代理,可能不容易安装成功,如果在`npm install`时没有成功,那么按照下面的命令,设置一下代理
```console
npm config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp"
npm config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips"
```
设置完成以后再执行命令
```console
npm install
npm run start:dev
```
## 文档
[rxModels文档](https://rxdrag.com/docs/rx-models/install)
## Stay in touch
- Author - 悠闲的水
- Website - [https://rxdrag.com](https://rxdrag.com/)
## License
rxModels is MIT licensed
