url: https://cat-purrfectmatch.herokuapp.com/
About the App:
- This app is like a Tinder for your cat. If you want to find a mating partner for your cat you can create a profile for your cat and search other cats in your area.
- The relational database we use is PostgreSQL, and the App is hosted on Heroku.
- The App was built using the MVC (Model-View-Controller) pattern.
This Application has 3 models:
- User
- chatroom
- message
The following gems (ruby libraries) were used for this Application:
- For authentication we used: Devise.
- For geocoding we used: Geocoder.
- For searching we used: pg_search.
- For image uploading we used: Cloudinary.