== How to run
bundle install
rake db:migrate
rails server
== Content creation
Go to http://localhost:3000/topics to create new topics. You should then be able to create new convos and select a topic.