node-password-manager:一个node.jstypescript密码管理器

时间:2024-05-02 08:51:00
【文件属性】:

文件名称:node-password-manager:一个node.jstypescript密码管理器

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-02 08:51:00

TypeScript

节点密码管理器 .env文件结构 PORT=port_you_want_the_server_to_run_on PG_USER=postgres_username PG_HOST=postgres_host_ip PG_DATABASE=postgres_database PG_PASSWORD=postgres_password PG_PORT=5432 CRYPTO_SECRET_KEY=32_bit_secret_key 安装 npm install 开始开发 npm run dev 量产 npm run build


【文件预览】:
node-password-manager-main
----.gitignore(48B)
----package.json(937B)
----src()
--------routeHandlers()
--------jest.config.ts(6KB)
--------db()
--------helpers()
--------__tests__()
--------security()
--------index.ts(675B)
--------crypto()
----tsconfig.json(7KB)
----api.http(735B)
----.eslintrc.js(592B)
----README.md(363B)
----.eslintignore(177B)

网友评论