Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 305 Bytes

Setting up Heroku

heroku create dfilter-task-manager
heroku config:set JWT_SECRET=kshdisuhfgiehrou3h4r09 SENDGRID_API_KEY=SG.thisisaninvalidkeymakesuretoreplacethiswithaproperkey MONGODB_URL=mongodbatlasurlhere
git push heroku master

Running Jest test Suite

npm i --dev
npm run test