What is dotenv?
"Loads environment variables from .env file"
dotenv is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 80.3 KB on disk.
Installation Guide
# Install via NPM
npm install dotenv
# Install via Yarn
yarn add dotenv