A MVP for a system to let people meet and exchange languages. At this stage, only the login system works with limited demo functionality for chat.
Install rails & ruby, set up a database system (postgres) with a user/pass and db. Edit config/database/yml. then:
bundle
rake db:migrate
rails s
Browse to https://localhost:3000/