Rate and comment on pets to adopt
As developers, we wanted to create a Web App that will allow people to help give pets that are up fur adoption more exposure by voting and commenting on images of the pets.
https://github.com/ReedHMartin/Pettit
https://reedhmartin.github.io/Pettit/
- Log in to the app with you username and password, or create a new account.
- Click left or right to scroll through a gallery of profiles fur pets that are up fur adoption.
- See the percentage of thumbs-up vs thumbs-down fur the profiles and other people's comments about them
- Give a thumbs-up or thumbs-down rating of the pets and write your own comments about them.
- Click the link to be taken to the Petfinder.com website where you can adopt the selected pet.
Developed by:
- Reed Martin
- Tom Houf
- James Horton
- Cody Wenrich
We used Node.js and Express.js to create a RESTful API.
We also used the Petfinder 3rd party API.
We used Handlebars.js as the template engine.
We used MySQL and the Sequelize ORM fur the database.