Skip to content

CraftAcademy/cat-bnb

Repository files navigation

Coverage Status Build Status

Project Title

Cat-BNB

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).

User Stories

Check the whole design sprint and user story history of the project in this Pivotal Tracker board.

Deployment

We have deployed this application using Heroku. You can navigate through it on this link.

Tests, Test Coverage & CI

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.

Built With

Authors

License

This project is licensed under the MIT license.

Acknowledgments