Pawsibilities connects animal lovers with adoptable pets in their area. Find pets with our interactive quiz or our customizable search and contact the owner directly. Whether you are looking for a pet or need to find your own pet a new home, Pawsibilities makes it easy.
- Fork & Clone
- Run
bundle install
to install dependencies - Run
bin/rake db:reset
to create, load and seed db - Run
bin/rails c
to on in the console and run two jobs: - Run
DownloadSheltersJob.perform_now
andDownloadPetsJob.perform_now
- Create .env file based on .env.example
- Sign up for a Petfinder, MailGun and Google API account
- Put the API keys into appropriate .env vars
- Run
bin/rails s
to start the server
- Rails 5.2
- Sqlite3
- Bcrypt
- Roo
- Httparty
- Pry
- Bootstrap
- Mailgun
- Carrierwave
- Petfinder