Rails app allowing users to post their social dilemmas to a community of users, who are able to vote for solutions and leave comments.
Adjust config/database.yml as needed.
bundle exec rake db:create
bundle exec rake db:migrate db:test:prepare
bundle exec rake db:seed
Create a file named .env in the root of the application folder with the Facebook key and secret like so:
FACEBOOK_KEY=YOUR_KEY
FACEBOOK_SECRET=YOUR_SECRET