HRS
Hobby Recommendation System
Framework
Ruby on Rails
How to run application
git clone https://github.com/swsnu/HRS.git
bin/rake db:migrate:reset
bin/rake db:setup
bin/rails s -b [bind address] -p [port]
How to test application
bin/rake test
- check the coverage folder
bin/rake cucumber