An open API service indexing awesome lists of open source software.

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

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