mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
20 lines
626 B
Plaintext
20 lines
626 B
Plaintext
---
|
|
title: "Node"
|
|
---
|
|
|
|
This guide demonstrates how to manage secrets for your Node stack from local development to production. It uses:
|
|
|
|
- Infisical (you can use [Infisical Cloud](https://app.infisical.com) or a [self-hosted instance of Infisical](https://infisical.com/docs/self-hosting/overview)) to store your secrets.
|
|
- The [infisical-node](https://github.com/Infisical/infisical-node) client SDK to fetch secrets back to your Node application on demand.
|
|
|
|
## Video Guide
|
|
|
|
TODO: insert video
|
|
|
|
<Note>
|
|
If you get stuck while working through this guide, refer to the [full example on GitHub]().
|
|
</Note>
|
|
|
|
## Project Setup
|
|
|