1.1.0 • Published 6 years ago

contactplus v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

contactPlus

A console contact application diary

How to use

  • connect to local/remote mongodb in the controller file with this line mongoose.connect('mongodb://127.0.0.1:27017/xxxxx', { useNewUrlParser: true });
  • To add a contact node start a
  • To get a contact node start r <name>
  • To update a contact node start u <phone>
  • To delete a contact node start d <phone>
  • To get all contacts node start l
  • To get all contacts with limitnode start l --l <number>