I have Ubuntu OS on AWS free tier.
Ran command: npm install express mongoose dotenv bcryptjs jsonwebtoken cors
Now, in .enf file require below details:
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
Can someone help with the .env file details.