Command line interface fir managing customers. Uses Mongoose, Commander.js and Inquirer.js. YouTube tutorial here
1.0.0
Install the dependencies
$ npm install$ npm linkList Customers (list or l)
$ client-cli listFind Customers (find or f)
$ client-cli find [NAME]Add Customer (add or a)
$ client-cli addUpdate Customer (update or u)
$ client-cli update [_ID]Remove Customer (remove or r)
$ client-cli remove [_ID]Brad Traversy Traversy Media
1.0.0
This project is licensed under the MIT License