文件名称:3d-ingestion-catalog:3D摄取目录
文件大小:275KB
文件格式:ZIP
更新时间:2024-04-24 09:29:07
TypeScript
3d摄取目录 用于查询3d元数据的RESTful API 运行迁移 在启动应用程序之前运行迁移 壳 运行以下命令: npm run migration:run 码头工人 构建迁移映像: docker build -t dump-server-migrations:latest -f migrations.Dockerfile . 运行图像: docker run -it --rm --network host dump-server-migrations:latest 如果要更改连接属性,可以通过以下任一方法进行: 环境变量 根据您的环境注入配置文件 通过环境变量: docker run -it -e DB_USERNAME=VALUE -e DB_PASSWORD=VALUE -e DB_NAME=VALUE -e DB_TYPE=VALUE -e DB_HOST=VAL
【文件预览】:
3d-ingestion-catalog-master
----.eslintrc.json(198B)
----.redocly.yaml(1KB)
----.dockerignore(206B)
----tsconfig.build.json(147B)
----.gitattributes(95B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------ISSUE_TEMPLATE()
--------workflows()
----db()
--------migration()
----openapi3.yaml(5KB)
----commitlint.config.js(168B)
----.prettierignore(152B)
----src()
--------app.ts(342B)
--------common()
--------index.ts(642B)
--------containerConfig.ts(2KB)
--------serverBuilder.ts(2KB)
--------metadata()
----.vscode()
--------launch.json(2KB)
----Dockerfile(512B)
----tsconfig.json(391B)
----config()
--------production.json(3B)
--------test.json(3B)
--------default.json(449B)
--------custom-environment-variables.json(470B)
----.prettierrc(32B)
----ormconfig.ts(364B)
----README.md(2KB)
----.npmrc(19B)
----tests()
--------integration()
--------configurations()
--------helpers()
--------unit()
----tsconfig.lint.json(152B)
----.gitignore(2KB)
----migrations.Dockerfile(194B)
----package-lock.json(1.05MB)
----package.json(3KB)
----.nvmrc(4B)