marythedev / top-manager

Manage your projects & tasks with TopManager
https://top-manager.vercel.app
1 stars 0 forks source link
css express handlebars javascript mongodb nodejs vercel

Top-manager

Environmental variables

  1. MONGODB_URI = mongodb+srv://uri
  2. USER_COLLECTION = users
  3. TASK_COLLECTION = tasks
  4. 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.