Adopt Dont Shop is an application written in Ruby on Rails that walks a user through an animal adoption process. As a user you can create an account and move throughout the provided shelters viewing each pet within the shelters. You have the option to view average ratings and full reviews of the shelters as well as the location of each shelter. Each pet has their own picture and description and an option to favorite. If you find a pet to your liking you can apply to adopt. If approved the pet is now yours and removed from the shelter and you may leave a review of that shelter. As an admin you can add and remove shelters and approve adoption applications. As a shelter owner you may add and remove pets, but only at your shelter.
- Clone the repo
git clone git@github.com:StephanieFriend/paired_adopt_dont_shop_2001.git
- Open the CLI
- Run
bundle install
to have all gems needed - Run
rails db:create && db:migrate && db:seed
- On the CLI open your local host
rails s
- Fork it (https://github.com/StephanieFriend/paired_adopt_dont_shop_2001)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -m 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details
- Turing Mod2 Instructors FTW
- Inspiration