- MONGODB_URI = mongodb+srv://uri
- USER_COLLECTION = users
- TASK_COLLECTION = tasks
- PROJECT_COLLECTION = projects
For collections, keep a note that Mongoose automatically looks for the plural, lowercased version of your model name (models are in /models folder). Thus, for example, the model User is for the users collection in the database.