Skip to content

Final Summary

ttarlet2 edited this page Apr 25, 2015 · 10 revisions

Heroku - http://trippinontrivia.herokuapp.com/

Getting Started notes, which should include:

  1. Clone from repo.
    From within the project directory, run:
  2. bundle install

  3. rake db:migrate

  4. rake db:reset

  5. rails s

Test purchases using card number: 424242...repeating, any future date for expiration, and any 3 numbers for csv.

Administrative account
Admin account can delete users, review questions for submission, add and delete database entries (categories, questions, answers, etc.), and promote other users to admin and reviewer. Admins and reviewers log in just like any other user. Default Admin account is included in the seeds.rb file.

E-mail: admin@gmail.com
password: admin123

E-mail: reviewer@gmail.com
password: reviewer

Stripe: E-mail: trippinontrivia15@gmail.com
Password: trippinontrivia15

Testing
To test multiplayer features on localhost, I would open a window in Incognito Mode and create another account. I would then run through scenarios of what users would do or want to do while in the app, including potential exploits.

Bugs & missing features
Profile pictures get swapped after deleting a user as a friend, this only seems to happen on heroku for some reason.

Clone this wiki locally