Skip to content

Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。

Notifications You must be signed in to change notification settings

codebdy/rx-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e3f62c · Jan 23, 2022
Nov 23, 2021
May 18, 2021
May 18, 2021
May 18, 2021
Nov 23, 2021
May 18, 2021
Jan 23, 2022
Sep 20, 2021
May 18, 2021
Jun 27, 2021
Oct 27, 2021
Oct 27, 2021
Oct 23, 2021
Jul 10, 2021

Repository files navigation

Nest Logo

rxModels 是一个低代码后端服务,基于业务模型生成后端,提供通用查询JSON接口

本项目计划重构为GraphQL版,可能不再维护

演示地址:https://rxmodels-client.rxdrag.com/login

安装服务端

#不用下面第一条命令,直接在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时没有成功,那么按照下面的命令,设置一下代理

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"

设置完成以后再执行命令

npm install

npm run start:dev

文档

rxModels文档

Stay in touch

License

rxModels is MIT licensed

About

Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published