Skip to content

Rails app allowing users to post social dilemmas and receive votes.

Notifications You must be signed in to change notification settings

ericaporter/dilemma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dilemma

Rails app allowing users to post their social dilemmas to a community of users, who are able to vote for solutions and leave comments.

Setup the database

Adjust config/database.yml as needed.

bundle exec rake db:create
bundle exec rake db:migrate db:test:prepare

Generate some data

bundle exec rake db:seed

Enable Facebook authentication

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

About

Rails app allowing users to post social dilemmas and receive votes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published