Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 667 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 667 Bytes

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:

  1. User
  2. chatroom
  3. message

The following gems (ruby libraries) were used for this Application:

  1. For authentication we used: Devise.
  2. For geocoding we used: Geocoder.
  3. For searching we used: pg_search.
  4. For image uploading we used: Cloudinary.