Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 351 Bytes

File metadata and controls

14 lines (10 loc) · 351 Bytes

node-Task-Manager

Task Manager with mongodb database

Create a config directory in root.
Inside this directory create a dev.env files with the following key value pairs:


PORT=3000
SENDGRID_API_KEY=xxx
MONGODB_URL=mongodb://127.0.0.1:27017/task-manager-api
JWT_SECRET=xxx

Replace xxx with the appropriate value.