Welcome to the Furry Friends Adoption Agency! This is a basic Rails App that allows users to adopt cats and dogs
To start, enter rails s
into the terminal and navigate to localhost:3000/
.
The application utilizes three APIs - DogCEO (for image generation), PetFinder, and the CatAPI. Custom routes and user authentication is also implemented.
Belinda Lei and Kunxi Griswold