WIP: Models chat integration
A first pass at adding in chat functionality into the coko server. Model-user and model-team added into the dependencies.
src/models/ contains three new models , ChatMessage, ChatThread, ChatRelatedObject
tests are all passing.