Application that allows some missing pets can find its warm hosue and other pets lovers can adopt the pets from the original pets keepers
Animal adoption platform will pull data from the data source from agriculture burreau of Taiwanese goverment
- Offer the channels to inform the pet lovers to adopt the missing pets
- the platform for adopting animals
- Analyze data from goverment and try to send the notifications to the potential clients who want to adopt pets.
- Perform static analysis of folders/files: e.g., flog, rubocop, reek for Ruby
- Run
ruby lib/correct_data_init.rb
in rakefile once then you don't need to do that after that because the government would update data everyday - Ensure correct version of Ruby install (see
.ruby-version
forrbenv
) - Run
bundle install
- we only have exact one many-to-one relationship between animals and shelter and the design is like following figure
To run tests:
rake spec