[This a project to demonstrate personal assistant application.]
DB Used - Redis Keys - usersData - to store user info - userTodos - to store user tasks
Setup redis server on your machine Make sure it is running on default port 127.0.0.1:6379
Server.js is the main server
Mail Provider - Gmail Add your username & password in the mail setup in config file
Run npm install & bower install - it will download the required libs
You can start the application at http://localhost:8080