Change Log
* Removed Peewee orm and replaced with Orator ORM
* Changed default wsgi server from gunicorn to waitress
* Added mysql and postgres drivers by default (for Orator ORM)
* Added a bootstrap folder and moved start.py into bootstrap/start.py
* Modularized app/start.py better
* Moved `kernal` folder into the cli and removed from repo
* Added a migration system that is completely separate from Models.