DotEnv package | Creating environment variables | Node Js in Hindi 16 #nodejs

preview_player
Показать описание
Learn how to create .env file in Nodejs using DOTENV package.

🤯 Crash Courses (Single Video)

🧑‍🏫 Tutorial Playlists

💻 Projects Playlists

🕹 Mini Projects (Single Video)

Environment Variables in Node JS
Dotenv library
Dotenv npm
Dotenv Node
Environment variable in Heroku
Path Environment variable
Setting Path in JAVA
Path in Windows
process env in NodeJS
dotenv in expressJS
.env file
Create environment config
Рекомендации по теме
Комментарии
Автор

Can you explain the same with respect to a sample react project

asifahmed
Автор

I have an ecom app in which i have client and server folder and one .env file
And in server --> index.js i have required and config and iam getting process.config.port value but in other folders like controllers and usercontroller iam getting undefined

Do i need import dotenv again in userController

bilalrasheed