Basic Node and Express - Use the .env File

Tell us what’s happening :Im toast(or too tired)

Describe your issue in detail here.

Your project link(s)

solution: boilerplate-express (3) - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

Challenge Information:

Basic Node and Express - Use the .env File

1 Like

At the top of your myApp.js file, add require('dotenv').config() to load the environment variables.

1 Like