Basic Node and Express - Use the .env File

Code is not passing
Describe your issue in detail here.

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

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

Challenge: Basic Node and Express - Use the .env File

Link to the challenge:

You have lost this line from the bottom of your myApp.js file:

module.exports = app;

You need this to send your app code to the server.js file.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.