https://github.com/chaiyokung/nodejs-secret-management
A demo repository showcasing best practices for securely managing secrets in Node.js
https://github.com/chaiyokung/nodejs-secret-management
best-practices demo nodejs secret-management security
Last synced: 2 months ago
JSON representation
A demo repository showcasing best practices for securely managing secrets in Node.js
- Host: GitHub
- URL: https://github.com/chaiyokung/nodejs-secret-management
- Owner: ChaiyoKung
- Created: 2025-01-20T15:53:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:49:48.000Z (over 1 year ago)
- Last Synced: 2025-02-07T16:39:49.587Z (over 1 year ago)
- Topics: best-practices, demo, nodejs, secret-management, security
- Language: JavaScript
- Homepage: https://medium.com/@chaiyokung/เก็บ-secret-อย่างปลอดภัยใน-node-js-e7149e9c5b28
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Secret Management
A demo repository showcasing best practices for securely managing secrets in Node.js
## Getting Started
Create a `.env` file in the root of the project, you can use the `.env.example` file as a template.
```bash
cp .env.example .env
```
Install the dependencies
```bash
pnpm install
```
Run the application
```bash
pnpm start
```
## Blog
📖 Read me: https://medium.com/@chaiyokung/เก็บ-secret-อย่างปลอดภัยใน-node-js-e7149e9c5b28