The PORT
and PROGRAM_NAME
variables have been defined in app.js
. Test Requirement 4.
(PORT is 4001 and PROGRAM NAME is Movie App as defined in .env)
const PORT = process.env.PORT || 4001;
const PROGRAM_NAME = “Movie App”;
Above code is not doing the job… Any suggestion guys?? Suggestions will be very helpful.
THANKS