How to Use Environment Files (.env) in Node.js | Tushar Khatri
Oct 28, 2022 · 3 min read · When I was learning back-end development I encountered some major problems while hosting my apps, one of these was how to upload the code to a remote repository and at the same time prevent my secrets from being exposed. Data such as API keys or Dat...
Join discussion