Added and configured docker-compose.yml to include basic MariaDB setup
Added Dockerfile & .diockerignore for building the Node.js Bot host image
Updated README.md to detail bot setup instructions
Deleted config-example.json as example now resides in README.md
Fixed a bug in the notes table setup promise wrapper handling
Added / improved some logging
Improved error handling slightly; removed some unhelpful try-catch statements & removed bot.init() call from constructor -> moved it out into an asynchronous call from app.js
Removed some of the exclamations and ellipses from log messages 8==============D
Added a shared .code-workspace file to avoid formatting faux pas
Bot should now work "out of the box" with no installs / configuration required other than those in README.md