TinyEngine Data Center, also known as the data center, uses the strAPI ORM data management open source framework to provide data services to TinyEngine Web Service by encapsulating the API for basic operations on data tables
文件 最后提交记录 最后更新时间 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 ci(github-action): 添加基础的github action
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 feat: add component and componentLibrary ( #5 ) 1 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 fix: remove the default value of process.env.JWT_SECRET ( #7 ) 2 个月前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 ci(github-action): 添加基础的github action
2 年前 ci(github-action): 添加基础的github action
2 年前 LICENSE
2 年前 README
2 年前 update README.zh-CN.md. Signed-off-by: 文敏 <13457221+wenminehat@user.noreply.gitee.com>
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 Initial commit Match-id-652707862d1343980ac30199c24ab835e589a4bb
2 年前 update package.json
2 年前
TinyEngine Data Center,也称为数据中心,使用strAPI ORM数据管理开源框架,通过封装API对数据表进行基本操作,为TinyEngine Web Service提供数据服务
English | 简体中文
使用手册
具体服务端使用文档请查看TinyEngine 官网-使用手册
开发
环境变量
变量名称
说明
MYSQL_HOST
mysql服务ip地址
MYSQL_PORT
mysql服务端口,默认 3306
MYSQL_DBNAME
mysql服务数据库名称
MYSQL_PASSWORD
mysql服务密码
如果使用了redis, 配置示例如下:
变量名称
说明
REDIS_HOST
redis服务ip地址
REDIS_PORT
redis服务端口,默认 6380
RADIS_PASSWORD
redis服务密码
REDIS_DB
redis连接的存储区编号, 默认 2
本地运行时配置方式:
git-bash 或 bash
vi ~/.bashrc
export MQ_IP=192.168.0.11
export MQ_PORT=5671
# 等等环境变量
设置完后,重新打开命令行或在当前命令行执行
source ~/.bashrc
让设置的环境变量生效;(git bash中设置的环境变量无法适用于powershell 和cmd)
启动项目
进入到项目根目录下,依次执行
yarn install --ignore-engines
npm run build
npm run dev
里程碑
gantt
dateFormat YYYY-MM-DD
axisFormat %Y-%m-%d
1.0.0-beta.x version :active,2023-09-25, 2024-03-31
1.0.0-rc version : 2024-04-01, 2024-06-30
1.0.0 version : 2024-07-01, 2024-07-31
🤝 参与贡献
如果你对我们的开源项目感兴趣,欢迎加入我们!🎉
参与贡献之前请先阅读贡献指南 。
开源协议
MIT
TinyEngine Data Center, also known as the data center, uses the strAPI ORM data management open source framework to provide data services to TinyEngine Web Service by encapsulating the API for basic operations on data tables
定制我的领域 举报项目