This amazing application was conceived to share ideas and proposals. You are able to share your idea and people can vote for that.
You can help us to develop - the application was written in Ruby, using the Rails framework.
Add these configurations below into your .bashrc or .zshrc file and reload the shell after that:
export FACEBOOK_APP_ID="insert_the_facebook_app_id_here"
export FACEBOOK_SECRET="insert_the_secrete_key_here"
export BRAVI_EMAIL_USER="insert_the_gmail_user_here"
export BRAVI_EMAIL_PASSWORD="insert_the_gmail_password_here"
export NOTIFICATION_SOCKET_URL="http://localhost:8080/"
bundle install
rake db:migrate
rails -s
git push heroku master
heroku logs --tail
heroku run rails console
heroku run rake <task>