Create a website that allows a user to fill out an adoption application, choose pets they are interested in adopting and provide administrative access to accept or reject each pet on an individual application once the user had submitted it.
- Clone down repo
git clone https://github.com/DarbySmith/adopt_dont_shop
- Bundle install
bundle install
- Set up database
rails db:{drop,create,migrate,seed}
- See app Locally
rails server
- See app Deployed Online
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Darby Smith - LinkedIn - newman.darby2@gmail.com
Annie Pulzone - LinkedIn - ajpulzone@gmail.com
Project Link: Adopt Don't Shop