You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
A simple way to create online peer reviews for your teams.