文件名称:InstaBenefitServer:提供Insta好处的API
文件大小:93KB
文件格式:ZIP
更新时间:2024-03-16 21:49:16
JavaScript
InstaBenefitServer 该应用程序适用于ESDC的“高保真原型”,以测试不同的假设。 此应用程序是用express js编写的。 运行此应用程序。 步骤1.安装npm依赖项 $ npm install 第2步。 在开发或生产模式下运行应用程序 # run in development mode ( server will hot reload ) $ npm run dev # run in production mode $ npm run start 或者,您可以决定在docker中运行应用程序 $ docker build -t instabenefitserver:latest . $ docker run instabenefitserver:latest 其他命令 npm run lint :使用eslint的lints代码库 npm run lin
【文件预览】:
InstaBenefitServer-master
----bin()
--------www(2KB)
----package.json(1KB)
----.github()
--------workflows()
----helm()
--------charts()
----routes()
--------index.js(836B)
----Dockerfile(187B)
----jest.config.js(385B)
----package-lock.json(285KB)
----app.spec.js(863B)
----.eslintrc.js(509B)
----.gitignore(425B)
----.dockerignore(392B)
----app.js(2KB)
----README.md(1KB)
----helmfile()
--------context-prod.sh(804B)
--------context-dev.sh(819B)
--------overrides()
--------helmfile.yaml(887B)