Basic Node and Express - Use the .env File

Tell us what’s happening:
app.get(“/json”,function (req,res) {
res.json({“message”:process.env.MESSAGE_STYLE==“uppercase”?“HELLO JSON”:“Hello Json”})
}) what is problem in this code

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/107.0.0.0 Safari/537.36 Edg/107.0.1418.35

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

Link to the challenge:

Your code is passing for me. Make sure you use the correct URL

https://boilerplate-express.saurav714.repl.co/

Is it not passing for you?

not working fot me please help

Well, it should be passing. It is likely an issue with Replit.

  1. Try forking your own project.

  2. Try using a VPN. You might try forking it again when using a VPN.

  3. Complete it running locally instead.

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