Skip to content

glynester/node-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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.

About

Task Manager with mongodb database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published