Getting your cat the attention it deserves!
After reviewing the Swedish cyberspace, we discovered that there is no affordable solution for cat owners that want to leave their cats to a safe place, when going on vacation.
During our studies in Craft Academy, we decided to make a small basic application which covers that need.
Inspired by AirBNB, we set out on May 2019 to create something similar, where interested cat hosts can post their details, for cat owners to find them.
This was a one week project (May 6th - 12th).
Check the whole design sprint and user story history of the project in this Pivotal Tracker board.
We have deployed this application using Heroku. You can navigate through it on this link.
This application was feature tested using Cucumber and unit tested using Rspec.
To be able to run the tests, run bundle install
in your terminal as soon as you fork this repository.
You must also have the database migrations in place, in order for everything to work properly. So in your terminal run rails db:migrate
. In case this command produces an error, you can run rails db:drop db:setup
.
After that, use bundle exec cucumber
or bundle exec rspec
to avoid any conflicts with the gems of this repo and your local gems.
Alternatively, you can run rake
to run both feature and unit tests.
Feature tests are located in the features
folder and unit tests in the spec/models
folder.
Coveralls was used to measure the application's test coverage.
Semaphore CI was used for continious integration.
- Ruby on Rails version 5.2.0
- Ruby version 2.4.1
- Carla- GitHub Profile - Portfolio Website
- Zane- GitHub Profile - Portfolio Website
- Stefan - GitHub Profile - Portfolio Website
- Felix - GitHub Profile - Portfolio Website
- Boa - GitHub Profile - Portfolio Website
- raptorf1 - GitHub Profile - Portfolio Website
This project is licensed under the MIT license.
- PurpleBooth for this README template.
- Rails Guides for the detailed documentation.
- Stack Overflow for the guidance during the "difficult" times during development.