🦴 is a web application that addresses the lack of ability for pet owners to meet at dog friendly locations, connect, and build relationships with others through their shared passion for their dogs and dogs in general. Book a playdate for your furbaby! 🐶 🎾
This project was based off Turing's consultancy project. More details can be found here
- Fork and Clone the repo
- Install gem packages:
bundle install
- Setup the database:
rails db:{drop,create,migrate}
- Run
bundle exec rspec
to test
- Ruby 2.7.2
- Rails 5.2.5