文件名称:publications-service
文件大小:123KB
文件格式:ZIP
更新时间:2024-04-25 17:41:26
TypeScript
目录: 要求: 节点版本v15.11.0或最新版本 包管纱 @ nestjs / cli 克隆存储库 https://github.com/Cyfrowi-Publikanci/publications-service.git 安装nest cli npm i -g @nestjs/cli 创建所需的环境文件 cp .env.example .env.compose cp .env.example .env 在.env文件中,设置SERVICE_HOSTNAME = localhost。 在文件.env和.env.compose中添加缺少的值。 当地发展: 安装所需的软件包: yarn install 运行应用 # development yarn start # watch mode yarn start:dev # production mode yarn start:prod
【文件预览】:
publications-service-master
----.dockerignore(121B)
----tsconfig.build.json(97B)
----.env.example(56B)
----proto()
--------publications.proto(245B)
----yarn.lock(280KB)
----.eslintrc.js(631B)
----src()
--------main.ts(770B)
--------publications()
--------app.module.ts(348B)
----Dockerfile(774B)
----nest-cli.json(64B)
----types()
--------authentication.ts(2KB)
--------publications.ts(2KB)
----tsconfig.json(339B)
----config()
--------configuration.ts(124B)
----Dockerfile.compose(176B)
----.prettierrc(51B)
----README.md(3KB)
----.gitignore(400B)
----package.json(2KB)