Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 984 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 984 Bytes

What Would Sherif Do (WWSD) is a message board highlighting the great wisdom of Sherif.

Members can layout scenarios for which they are curious as to what Sherif would do. Other members can suggest answers. Answers can be voted on by members (as long as they aren't the author of the answer). Of course we also prevent against ballot stuffing (you can only vote an answer up one time).

Don't worry, you don't have to be a member to have fun. You can still view scenarios and the current number of answers without being logged in.

http://wwsd.herokuapp.com/

Installing the App

Run "Bundle" in command line

$ bundle

Create the database

$ rake db:create

Migrate the database

$ rake db:migrate

Running the App

Run the rails server

$ rails s

Testing the App

Create the test database

$ RAILS_ENV=test rake db:create

Migrate the database

$ RAILS_ENV=test rake db:migrate

Run tests

$ rspec

Brought to you by: Sunny, Kiera, David, Nishant and Elmer