https://github.com/codebdy/rx-models-client
rx-entities client,rx-entities客户端。对rx-models提供基于ER图的可视化支持。
https://github.com/codebdy/rx-models-client
Last synced: 7 months ago
JSON representation
rx-entities client,rx-entities客户端。对rx-models提供基于ER图的可视化支持。
- Host: GitHub
- URL: https://github.com/codebdy/rx-models-client
- Owner: codebdy
- License: mit
- Created: 2021-07-01T04:44:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T03:46:27.000Z (about 4 years ago)
- Last Synced: 2025-01-16T07:57:19.648Z (over 1 year ago)
- Language: HTML
- Homepage: https://rxdrag.com/
- Size: 6.22 MB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rxModels 是一个低代码后端服务,基于业务模型生成后端,提供通用查询JSON接口,本项目是前端部分
演示地址:https://rxmodels-client.rxdrag.com/login
## 安装服务端
```console
git clone https://github.com/rxdrag/rx-models.git
cd rx-models
npm install
npm run start:dev
```
在浏览器输入:http://localhost:3001/ ,看到熟悉的“Hello World!”,则说明已经成功运行了。
## 安装运行客户端
```console
git clone https://github.com/rxdrag/rx-models-client.git
cd rx-models-client
npm install
npm run start
```
命令执行成功后,在浏览器输入:`http://localhost:3000/install`,显示只有两步的安装向导。在第一页输入MySql用到的数据库信息

在第二页输入超级管理员账号账号密码。勾选“安装演示账号”选项,会添加一个用户名密码为demo/demo的演示账号,演示账号只有读权限没有写权限

这步能够成功执行,那么rxModels就安装成功了,安装完成后会自动跳转到登录页面。
安装过程中有任何问题欢迎发issue或者联系作者。
## 文档
[rxModels文档](https://rxdrag.com/docs/rx-models/install)
## Stay in touch
- Author - 悠闲的水
- Website - [https://rxdrag.com](https://rxdrag.com/)
## License
rxModels is MIT licensed
