Type|
' A chat app based on your personality '
by :
Angel Lo
Sherman Yeh
Lentz Chun
❧ Ruby
❧ Rails
❧ Bootstrap
❧ CSS 3
❧ HTML 5
❧ Faye
❧ Thin
❧ Private Pub
To create a chat app that let's you talk to people who has the Mbti, zodiac sign, and numerology you choose.
❧ Github
❧ Trello
❧ Heroku
❧ Real time chat
❧ Zodiac and Numerology
calculator
❧ Mbti Assigner
private pub
Text
//= require jquery_ujs
Matching user 1 to 1
http://josephndungu.com/tutorials/gmail-like-chat-application-in-ruby-on-rails
a.Duplicate entries in the
database
We fixed the problem by
dropping the database,
then we proceeded to
seed and migrate afterwards
b.Didn't know how to retrieve
user_id and recipient_id
@user = User.first.user_conversation_relationships
@recipient = User.first.recipients
render json: {user: @user, recipients: @recipient}
Heroku deployment
setup another server as a barebone app
❧ Full Mobile Support
❧ Stickers & Emoji support
❧ File Sharing capabilities
❧ Video chat capabilities