Mongodb – Not able to use the value of process.env.URI inside my db.js
I am using .env file to store mongodb uri but i am not able to use it inside my db.js. Here are the screenshots of code. db.js db.js screenshot .env .env screenshot I am getting this error when i am…