Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 489 Bytes

README.mdown

File metadata and controls

18 lines (15 loc) · 489 Bytes

README

PeerReview is a web application that provides an easy and fast way to create online peer reviews in teams with different membebers with different roles.

Setting up development

  • set a secret token export SECRET_TOKEN=""
  • rake db:migrate
  • rake db:seed
  • rails server

Testing

  • Run the tests: rake test
  • rails c test
  • rake db:test:load #Recreate the test database from the current schema.rb
  • Travis Tests